Skip to content

Commit f4c819d

Browse files
committed
Lint via prek in GitHub Actions
1 parent 2e2aea5 commit f4c819d

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,13 @@ jobs:
2929
- name: Install dependencies
3030
run: bun install --frozen-lockfile
3131

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
32+
- name: Run prek
33+
uses: j178/prek-action@v1
4934

5035
build:
5136
name: Build
5237
runs-on: ubuntu-latest
53-
needs: [quality, spellcheck]
38+
needs: quality
5439
steps:
5540
- name: Checkout
5641
uses: actions/checkout@v6

0 commit comments

Comments
 (0)