Windows: update get_commit_charge with CommitCharge fix by BeanBagKing #159
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | |
# FIXME: Remove when Volatility3 minimum Python version is >3.8 | |
version: "24.8.0" |