chore(workflow): reset working directory to match origin/master in biome-autofix.yml

This commit is contained in:
taroj1205
2025-05-25 17:11:20 +12:00
parent 1903591705
commit 14959666f9

View File

@@ -18,6 +18,12 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Reset working directory to match origin/master
run: |
git fetch origin master
git reset --hard origin/master
git clean -fdx
- name: Setup Node.js
uses: actions/setup-node@v4
with: