1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Fetch cheat sheets in GitHub actions

This commit is contained in:
Anatoli Babenia
2020-11-12 13:28:34 +03:00
parent b45e9555e4
commit ae8edf01dd
+2
View File
@@ -15,5 +15,7 @@ jobs:
- uses: actions/checkout@v2
- name: install dependencies
run: pip3 install -r requirements.txt
- name: fetch upstream cheat sheets
run: python3 lib/fetch.py fetch-all
- name: run tests
run: bash tests/run-tests.sh