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 25bc7c2 commit 53df48dCopy full SHA for 53df48d
.github/workflows/tests.yaml
@@ -8,6 +8,18 @@ on:
8
branches: [main]
9
10
jobs:
11
+ actionlint:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v6
15
+ - name: Download actionlint
16
+ id: get_actionlint
17
+ run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
18
+ shell: bash
19
+ - name: Check workflow files
20
+ run: ${{ steps.get_actionlint.outputs.executable }} -color
21
22
+
23
stylua:
24
runs-on: ubuntu-latest
25
steps:
0 commit comments