Skip to content

fix: escape session IDs and show data freshness (#10) #26

fix: escape session IDs and show data freshness (#10)

fix: escape session IDs and show data freshness (#10) #26

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.12"]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: ${{ matrix.python-version }}
- run: pip install pytest
- run: python -m compileall -q bin scripts tests
- run: python -m pytest tests/ -q
repository-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: "3.12"
- run: python scripts/check_frontend.py index.html
- run: node tests/frontend.test.js
- run: python scripts/scan_repo.py .