Skip to content

Commit

Permalink
Delimit commands
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus01337 committed Jul 26, 2024
1 parent f79587b commit d50ab43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
with:
version: latest

- run: biome ci --no-errors-on-unmatched --changed --since=main
--linter-enabled=false --config-path
external/configurations/biome/biome.jsonc
- run: biome ci --no-errors-on-unmatched --changed --since=main \
--linter-enabled=false --config-path \
external/configurations/biome/biome.jsonc

build:
needs: check
Expand Down

0 comments on commit d50ab43

Please sign in to comment.