We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45e955 commit ae8edf0Copy full SHA for ae8edf0
.github/workflows/tests-ubuntu.yml
@@ -15,5 +15,7 @@ jobs:
15
- uses: actions/checkout@v2
16
- name: install dependencies
17
run: pip3 install -r requirements.txt
18
+ - name: fetch upstream cheat sheets
19
+ run: python3 lib/fetch.py fetch-all
20
- name: run tests
21
run: bash tests/run-tests.sh
0 commit comments