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 50fc8c2 commit c03ebecCopy full SHA for c03ebec
.github/workflows/verify.yml
@@ -22,4 +22,9 @@ jobs:
22
- uses: actions/checkout@v2
23
with:
24
persist-credentials: false
25
+ - run: |
26
+ git clone https://github.com/staticfloat/cryptic-buildkite-plugin.git
27
+ cd cryptic-buildkite-plugin
28
+ git checkout sf/group_capable
29
+ cd ..
30
- run: make verify_treehashes
0 commit comments