Skip to content

Added github actions setup for black formatter. #3

Added github actions setup for black formatter.

Added github actions setup for black formatter. #3

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:
src: "./projects/jdwp"