Skip to content

Commit

Permalink
chore(ci): slightly improve Biome report style
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Oct 25, 2024
1 parent 4bd9aa4 commit 66a25e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Install npm development dependencies
run: npm ci
- name: Check format
run: npm run format
run: npm run format:ci
- name: Run linter
run: npm run lint
run: npm run lint:ci
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"build": "ncc build src/index.ts -o dist/main -m && ncc build src/cleanup_working_directory.ts -o dist/cleanup_working_directory -m",
"check": "biome check --write --unsafe",
"format": "biome format --error-on-warnings",
"lint": "biome lint --error-on-warnings",
"format:ci": "biome ci --error-on-warnings --linter-enabled=false",
"lint:ci": "biome ci --error-on-warnings --formatter-enabled=false --organize-imports-enabled=false",
"test": "npm run build && act --secret-file .act-secrets -W .github/workflows/test_empty_resource_pack.yml",
"test:pack-in-submodule": "npm run build && act --secret-file .act-secrets -W .github/workflows/test_pack_in_submodule.yml",
"test:pack-submodule": "npm run build && act --secret-file .act-secrets -W .github/workflows/test_pack_submodule.yml",
Expand Down

0 comments on commit 66a25e3

Please sign in to comment.