Skip to content

Commit

Permalink
chore: optimize branch yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw committed Aug 3, 2024
1 parent 442b4b2 commit a1a53c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ jobs:
- name: Lint
run: pnpm run lint

- name: List files
run: |
echo "Changed files:"
git diff --name-only ${{ github.event.before }} ${{ github.sha }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"e2e": "nx run-many --target=e2e --projects=@midscene/core,@midscene/visualizer,@midscene/web --verbose",
"prepare": "pnpm run build:pkg && simple-git-hooks",
"check-dependency-version": "check-dependency-version-consistency .",
"lint": "biome lint --changed --diagnostic-level=warn --fix",
"lint": "biome lint --changed --diagnostic-level=warn --fix --no-errors-on-unmatched",
"format:ci": "pretty-quick --since HEAD~1",
"format": "pretty-quick --staged",
"commit": "cz"
Expand Down

0 comments on commit a1a53c2

Please sign in to comment.