Skip to content
Snippets Groups Projects
Verified Commit 30e9057b authored by creations's avatar creations :earth_africa:
Browse files

update biome.json and add workflow

parent f4aeb7aa
Branches
No related tags found
No related merge requests found
name: Code quality checks
on:
push:
pull_request:
jobs:
biome:
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Bun
run: |
curl -fsSL https://bun.sh/install | bash
export BUN_INSTALL="$HOME/.bun"
echo "$BUN_INSTALL/bin" >> $GITHUB_PATH
- name: Install Dependencies
run: bun install
- name: Run Biome with verbose output
run: bunx biome ci . --verbose
......@@ -6,7 +6,7 @@
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"ignoreUnknown": true,
"ignore": []
},
"formatter": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment