We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a7fe4 commit 80c673bCopy full SHA for 80c673b
.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@d632683dd7b4114ad314bca15554477dd762a938
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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