Skip to content

[bcc] fix installation #24

[bcc] fix installation

[bcc] fix installation #24

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