Skip to content

Commit 50e5aa6

Browse files
authored
Merge pull request #2243 from jamacku/master
2 parents bf402f6 + 94cf367 commit 50e5aa6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/ci.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,21 @@ jobs:
6262
run: python3 -m pip install -r test/lint-requirements.txt
6363
- name: Run lint
6464
run: ./lint_clean_files.sh
65+
66+
lint-differential:
67+
runs-on: ubuntu-latest
68+
69+
permissions:
70+
security-events: write
71+
72+
steps:
73+
- name: Repository checkout
74+
uses: actions/checkout@v4
75+
with:
76+
fetch-depth: 0
77+
78+
- id: ShellCheck
79+
name: Differential ShellCheck
80+
uses: redhat-plumbers-in-action/differential-shellcheck@v5
81+
with:
82+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)