Skip to content

Commit

Permalink
V6.0.0 - fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Jun 24, 2024
1 parent 2728d9c commit f8958cd
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .github/workflows/biome.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
- name: Setup Biome CLI
uses: biomejs/setup-biome@v2
name: Code quality

- name: Run Biome
run: biome ci .
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 .

0 comments on commit f8958cd

Please sign in to comment.