We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679b20c commit ccb61d1Copy full SHA for ccb61d1
.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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
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