Skip to content

Commit

Permalink
ci: fix sintaxes issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed May 26, 2024
1 parent e12d731 commit a3e9e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome CLI
uses: biomejs/setup-biome@v
uses: biomejs/setup-biome@v2
- name: checks
run: biome check .
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
check:
- uses: ./.github/workflows/checks.yml
uses: ./.github/workflows/checks.yml

deploy:
needs: [check]
Expand Down

0 comments on commit a3e9e5c

Please sign in to comment.