Skip to content

Updates

Updates #144

Workflow file for this run

name: Lint Codebase
on: [push, pull_request]
jobs:
lint_codebase:
name: Lint and format codebase
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:

Check failure on line 13 in .github/workflows/black.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/black.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
options: "--check --verbose
src: "./projects/jdwp"