Skip to content

python-lint

python-lint #88

Workflow file for this run

name: python-lint
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
# Also trigger on page_build, as well as release created events
page_build:
release:
types: # This configuration does not affect the page_build event above
- created
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: CyberZHG/[email protected]