mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
chore(workflow): reset working directory to match origin/master in biome-autofix.yml
This commit is contained in:
6
.github/workflows/biome-autofix.yml
vendored
6
.github/workflows/biome-autofix.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user