Skip to content

Linux: update minor version for sockstat plugin as changing from pid … #127

Linux: update minor version for sockstat plugin as changing from pid …

Linux: update minor version for sockstat plugin as changing from pid … #127

Workflow file for this run

name: Black python linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
src: "./volatility3"