Skip to content

Bump darbiadev/.github from 1.1.2 to 1.1.3 #243

Bump darbiadev/.github from 1.1.2 to 1.1.3

Bump darbiadev/.github from 1.1.2 to 1.1.3 #243

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@f85fb2104404526f99de918714364ad1d5449f5a # v1.1.3
lint:
needs: pre-commit
uses: darbiadev/.github/.github/workflows/python-lint.yaml@f85fb2104404526f99de918714364ad1d5449f5a # v1.1.3
test:
needs: lint
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: [ "3.11" ]
uses: darbiadev/.github/.github/workflows/python-test.yaml@f85fb2104404526f99de918714364ad1d5449f5a # v1.1.3
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
docs:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
uses: darbiadev/.github/.github/workflows/github-pages-python-sphinx.yaml@f85fb2104404526f99de918714364ad1d5449f5a # v1.1.3