Skip to content

Commit 476dc6e

Browse files
committed
run clean
1 parent 73c96b6 commit 476dc6e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/determinism.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
name: Check (${{ matrix.os }})
2525
steps:
2626
- uses: actions/checkout@master
27+
with:
28+
clean: true
2729

2830
- name: Run tests
2931
continue-on-error: true

.github/workflows/formatting.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17+
with:
18+
clean: true
1719
- name: Buildifier
1820
run: |
1921
wget "https://github.com/bazelbuild/buildtools/releases/download/v${BUILDIFIER_VERSION}/buildifier-linux-amd64" -O buildifier

0 commit comments

Comments
 (0)