mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 04:37:38 +02:00
Switch to using ruff for formatting as well as linting
This commit is contained in:
@@ -4,7 +4,7 @@ name: Ruff
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
lint-and-format:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -13,3 +13,5 @@ jobs:
|
||||
with:
|
||||
args: check
|
||||
src: "."
|
||||
|
||||
- run: "ruff format --check --diff"
|
||||
|
||||
Reference in New Issue
Block a user