Skip to content

Commit

Permalink
Update dependencies and add workflow (#199)
Browse files Browse the repository at this point in the history
* Create pull_request.yml

* Update biome schema

* Update dependencies

* Lint fix

else clauses can be omitted

* Update deps
  • Loading branch information
jacobdalamb authored Jun 12, 2024
1 parent 795ecfe commit 359cf38
Show file tree
Hide file tree
Showing 5 changed files with 9,070 additions and 9,496 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 .
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.3.3/schema.json",
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
Loading

0 comments on commit 359cf38

Please sign in to comment.