We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2916e05 commit 7d5f7d6Copy full SHA for 7d5f7d6
.github/workflows/test.yml
@@ -10,8 +10,9 @@ jobs:
10
python-sqlalchemy python-sqlalchemy-continuum python-flask python-flask-sqlalchemy python-flask-wtf
11
python-flask-login python-flask-migrate python-flask-talisman python-email-validator python-feedgen
12
python-pytz python-requests python-scrypt python-markupsafe pyalpm sqlite
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
- name: Run tests
15
run: |
16
+ git config --global --add safe.directory /__w/arch-security-tracker/arch-security-tracker
17
python3 -m py_compile $(git ls-files '*.py')
18
make test
0 commit comments