We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b206d6 commit c39b752Copy full SHA for c39b752
.github/workflows/differential-shellcheck.yml
@@ -0,0 +1,28 @@
1
+---
2
+
3
+name: Differential ShellCheck
4
+on:
5
+ pull_request:
6
+ branches: [ main ]
7
8
+permissions:
9
+ contents: read
10
11
+jobs:
12
+ lint:
13
+ runs-on: ubuntu-latest
14
15
+ permissions:
16
+ security-events: write
17
+ pull-requests: write
18
19
+ steps:
20
+ - name: Repository checkout
21
+ uses: actions/checkout@v3
22
+ with:
23
+ fetch-depth: 0
24
25
+ - name: Differential ShellCheck
26
+ uses: redhat-plumbers-in-action/differential-shellcheck@v2
27
28
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments