Skip to content

Commit

Permalink
Merge pull request #74 from jacobdalamb/chore/update-deps
Browse files Browse the repository at this point in the history
Update dependencies and add workflow
  • Loading branch information
Jacob Lamb authored Apr 11, 2024
2 parents ff400ef + 3277dc2 commit d17165e
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 272 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Code quality

on:
push:
pull_request:

jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome ci .
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"precommit": "pnpm run check-format && pnpm run lint"
},
"dependencies": {
"@astrojs/check": "^0.5.7",
"@astrojs/starlight": "^0.21.1",
"astro": "^4.5.0",
"sharp": "^0.33.2",
"typescript": "^5.4.2"
"@astrojs/check": "^0.5.10",
"@astrojs/starlight": "^0.21.5",
"astro": "^4.5.18",
"sharp": "^0.33.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@biomejs/biome": "^1.6.0",
"@biomejs/biome": "^1.6.4",
"prettier": "^3.2.5"
}
}
Loading

0 comments on commit d17165e

Please sign in to comment.