Skip to content

Commit 67e5d79

Browse files
authored
Create shellckeck.yml
1 parent e713247 commit 67e5d79

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/shellckeck.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Pylint
2+
permissions:
3+
contents: read
4+
on: [push]
5+
jobs:
6+
shellcheck:
7+
name: Shellcheck
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
- name: Run ShellCheck
12+
uses: ludeeus/action-shellcheck@master

0 commit comments

Comments
 (0)