Skip to content

Added option to pass workflow dir to workflows so we can run tests #844

Added option to pass workflow dir to workflows so we can run tests

Added option to pass workflow dir to workflows so we can run tests #844

name: Black Python Code Linter
on:
push:
branches:
- main
pull_request:
types:
- edited
- opened
- reopened
- synchronize
branches:
- main
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./geest"