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 1ed32ac commit 769049aCopy full SHA for 769049a
.github/workflows/ci.yml
@@ -27,6 +27,13 @@ jobs:
27
steps:
28
- uses: actions/checkout@v4
29
30
+ # We check that all github actions workflows have valid syntax
31
+ - name: Validate YAML file
32
+ uses: raven-actions/actionlint@v2
33
+ with:
34
+ files: .github/workflow/*
35
+ flags: "-ignore SC2086" # ignore some shellcheck errors
36
+
37
- name: install `just`
38
run: sudo snap install --edge --classic just
39
0 commit comments