Skip to content

Commit 25446ea

Browse files
committed
Build before linting
1 parent 03645da commit 25446ea

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

‎.github/workflows/build.yml‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
- run: pnpm install --frozen-lockfile
2222

23-
- run: pnpm run lint
24-
23+
# Build first: it generates the CSS Module declarations that ESLint's
24+
# type-aware rules and `astro check` both read.
2525
- run: pnpm run build
26+
27+
- run: pnpm run lint

0 commit comments

Comments
 (0)