Skip to content

Commit

Permalink
simplify github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jun 13, 2024
1 parent 654c491 commit ba38e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
node-version-file: package.json
check-latest: true
node-version: 22
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
Expand All @@ -39,4 +40,4 @@ jobs:
- name: Install Chrome
run: pnpx puppeteer browsers install chrome
- name: Run checker
run: pnpm check
run: node --run check
2 changes: 0 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: "latest"
- name: Run Biome
run: biome ci .

0 comments on commit ba38e39

Please sign in to comment.