Skip to content

Add a syntax test case with comments (#6) #14

Add a syntax test case with comments (#6)

Add a syntax test case with comments (#6) #14

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@38577afaee35510b6792495a87b07d49b5cdf387 # v11.0.0
lint:
needs: pre-commit
uses: darbiadev/.github/.github/workflows/python-lint.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11.0.0
test:
needs: lint
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: [ "3.11" ]
uses: darbiadev/.github/.github/workflows/python-test.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11.0.0
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
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@38577afaee35510b6792495a87b07d49b5cdf387 # v11.0.0