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.
2 parents 046de81 + bd87109 commit d4cf5afCopy full SHA for d4cf5af
.github/workflows/tests-ubuntu.yml
@@ -5,6 +5,8 @@ on:
5
branches: [ master ]
6
pull_request:
7
8
+ schedule:
9
+ - cron: '0 9 * * 4'
10
11
jobs:
12
build:
@@ -14,6 +16,8 @@ jobs:
14
16
steps:
15
17
- uses: actions/checkout@v2
18
- name: install dependencies
- run: pip3 install -r requirements.txt
19
+ run: pip install -r requirements.txt
20
+ - name: fetch upstream cheat sheets
21
+ run: python lib/fetch.py fetch-all
22
- name: run tests
23
run: bash tests/run-tests.sh
0 commit comments