Skip to content

bump bpftrace version to v0.21.2 #140

bump bpftrace version to v0.21.2

bump bpftrace version to v0.21.2 #140

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"