Skip to content

Commit d904b7a

Browse files
committed
adding GHA linter
1 parent dfd59e1 commit d904b7a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
with:
3434
version: v2.8
3535

36+
- name: Lint GitHub Actions
37+
uses: raven-actions/actionlint@e01d1ea33dd6a5ed517d95b4c0c357560ac6f518 # v2.1.1
38+
with:
39+
fail-on-error: true
40+
pyflakes: false
41+
3642
test:
3743
runs-on: ubuntu-latest
3844
steps:
@@ -90,7 +96,7 @@ jobs:
9096
version: 3.x
9197

9298
- name: Create bin directory
93-
run: mkdir -p $HOME/bin
99+
run: mkdir -p "$HOME/bin"
94100

95101
- name: Build
96102
run: task build

0 commit comments

Comments
 (0)