Skip to content

Commit 68cc4a2

Browse files
committed
experiment
1 parent 90eec7a commit 68cc4a2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/check.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,13 @@ jobs:
2525
fi
2626
2727
- run: make clean
28+
29+
# Check card integrity.
30+
check:
31+
runs-on: ubuntu-latest
32+
steps:
33+
- name: checkout
34+
uses: actions/checkout@v4
35+
36+
- name: clone hashcards repo locally
37+
run: git clone git@github.com:eudoxia0/hashcards.git

0 commit comments

Comments
 (0)