Skip to content

[jdwp] add tests importing components of the runtime library #107

[jdwp] add tests importing components of the runtime library

[jdwp] add tests importing components of the runtime library #107

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"