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 2e2aea5 commit f4c819dCopy full SHA for f4c819d
.github/workflows/ci.yml
@@ -29,28 +29,13 @@ jobs:
29
- name: Install dependencies
30
run: bun install --frozen-lockfile
31
32
- - name: Lint
33
- run: bunx oxlint src/
34
-
35
- - name: Type check
36
- run: bunx astro check
37
38
- spellcheck:
39
- name: Spell check
40
- runs-on: ubuntu-latest
41
- steps:
42
- - name: Checkout
43
- uses: actions/checkout@v6
44
- with:
45
- persist-credentials: false
46
47
- - name: Spell check
48
- uses: crate-ci/typos@v1.44.0
+ - name: Run prek
+ uses: j178/prek-action@v1
49
50
build:
51
name: Build
52
runs-on: ubuntu-latest
53
- needs: [quality, spellcheck]
+ needs: quality
54
steps:
55
- name: Checkout
56
uses: actions/checkout@v6
0 commit comments