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 1aac666 commit 57b116eCopy full SHA for 57b116e
.github/workflows/lint.yml
@@ -0,0 +1,20 @@
1
+---
2
+name: Acceptance Tests
3
+
4
+on: [pull_request]
5
6
+permissions: {}
7
8
+jobs:
9
+ acceptance-tests:
10
+ permissions: {}
11
+ runs-on: ubuntu-24.04
12
+ steps:
13
+ - name: Check out
14
+ with:
15
+ persist-credentials: false
16
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
+ - uses: jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.1.1
18
+ - name: Lint
19
+ run: mise run lint-all
20
0 commit comments