Skip to content

Update archlinux-common-style for removal of bugs and addition of gitlab #87

Update archlinux-common-style for removal of bugs and addition of gitlab

Update archlinux-common-style for removal of bugs and addition of gitlab #87

Workflow file for this run

on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
container: archlinux/archlinux:latest
steps:
- name: Install dependencies
run: >
pacman -Syu --noconfirm git make python python-authlib python-isort python-pytest python-pytest-cov
python-sqlalchemy python-sqlalchemy-continuum python-flask python-flask-sqlalchemy python-flask-wtf
python-flask-login python-flask-migrate python-flask-talisman python-email-validator python-feedgen
python-pytz python-requests python-scrypt python-markupsafe pyalpm sqlite
- uses: actions/checkout@v3
- name: Run tests
run: |
git config --global --add safe.directory /__w/arch-security-tracker/arch-security-tracker
python3 -m py_compile $(git ls-files '*.py')
make test