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 ea744fe commit 45f6e23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:
run: pnpm run check-dependency-version

- name: Check for changed files
run: git diff --name-only main
run: |
git fetch origin
git branch -a
git diff --name-only main
- name: Debug Biome lint
run: |
Expand Down

0 comments on commit 45f6e23

Please sign in to comment.