Skip to content

Bump actions/dependency-review-action from 3 to 4 #10

Bump actions/dependency-review-action from 3 to 4

Bump actions/dependency-review-action from 3 to 4 #10

Workflow file for this run

name: Python CI
on:
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.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-alpha.4" ]
uses: darbiadev/.github/.github/workflows/python-test.yaml@main
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}