Skip to content

v1.0.1-beta: version bump + the security-pass changelog section #139

v1.0.1-beta: version bump + the security-pass changelog section

v1.0.1-beta: version bump + the security-pass changelog section #139

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
with:
python-version: "3.12"
cache: pip
- name: Install dependencies
run: pip install -r requirements.txt
- name: Compile check
run: python -m compileall -q src tests
- name: Test battery
run: python tests/run_all.py