Skip to content

Commit

Permalink
Add untracked files removal
Browse files Browse the repository at this point in the history
  • Loading branch information
leeren committed Oct 7, 2023
1 parent b0206f7 commit 7f7c7f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Clean up untracked files
run: |
git clean -ffdx && git reset --hard
- name: List files in the repository
run: |
Expand Down

0 comments on commit 7f7c7f9

Please sign in to comment.