Skip to content

Merge branch 'feature/authentication-extension' into authentication-e… #229

Merge branch 'feature/authentication-extension' into authentication-e…

Merge branch 'feature/authentication-extension' into authentication-e… #229

Workflow file for this run

name: CI/CD
on:
push:
release:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: ${{ hashFiles('.pre-commit-config.yaml') }}
- run: uv run pre-commit run --all-files
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- run: uv run pytest -n auto