We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78f443 commit 476043cCopy full SHA for 476043c
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
sudo apt-get update && sudo apt-get -y install tcl-thread
19
20
- name: Checkout
21
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
22
23
- name: Run tests for all exercises
24
run: bash bin/ci
.github/workflows/pr.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
- name: Checkout PR
17
- name: Run tests for changed/added exercises
env:
0 commit comments