Skip to content

Commit ae8edf0

Browse files
committed
Fetch cheat sheets in GitHub actions
1 parent b45e955 commit ae8edf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests-ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- name: install dependencies
1717
run: pip3 install -r requirements.txt
18+
- name: fetch upstream cheat sheets
19+
run: python3 lib/fetch.py fetch-all
1820
- name: run tests
1921
run: bash tests/run-tests.sh

0 commit comments

Comments
 (0)