Delete .forgejo/workflows/biomejs.yml
This commit is contained in:
parent
8bc8524634
commit
46d8659817
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
||||||
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
|
|
Loading…
Add table
Add a link
Reference in a new issue