Skip to content

Bump github/codeql-action from 2 to 3 #7

Bump github/codeql-action from 2 to 3

Bump github/codeql-action from 2 to 3 #7

Workflow file for this run

name: Python CI
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
pre-commit:
uses: darbiadev/.github/.github/workflows/generic-precommit.yaml@main
lint:
needs: pre-commit
uses: darbiadev/.github/.github/workflows/python-lint.yaml@main
test:
needs: lint
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: [ "3.9", "3.10", "3.11" ]
uses: darbiadev/.github/.github/workflows/python-test.yaml@main
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}