We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c96b6 commit 476dc6eCopy full SHA for 476dc6e
.github/workflows/determinism.yaml
@@ -24,6 +24,8 @@ jobs:
24
name: Check (${{ matrix.os }})
25
steps:
26
- uses: actions/checkout@master
27
+ with:
28
+ clean: true
29
30
- name: Run tests
31
continue-on-error: true
.github/workflows/formatting.yaml
@@ -14,6 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
16
- uses: actions/checkout@v2
17
18
19
- name: Buildifier
20
run: |
21
wget "https://github.com/bazelbuild/buildtools/releases/download/v${BUILDIFIER_VERSION}/buildifier-linux-amd64" -O buildifier
0 commit comments