mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-08 18:29:45 +00:00
17 lines
275 B
YAML
17 lines
275 B
YAML
|
name: ShellCheck
|
||
|
|
||
|
on: [push, pull_request]
|
||
|
|
||
|
jobs:
|
||
|
shellcheck:
|
||
|
name: ShellCheck
|
||
|
runs-on: ubuntu-latest
|
||
|
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2
|
||
|
|
||
|
- name: Run ShellCheck
|
||
|
uses: ludeeus/action-shellcheck@master
|
||
|
with:
|
||
|
severity: style
|