Add formatting check option for code
This commit is contained in:
11
.github/workflows/formatting_check.yml
vendored
Normal file
11
.github/workflows/formatting_check.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
name: formatting_check
|
||||||
|
run-name: Check code formatting
|
||||||
|
on: pull_request
|
||||||
|
jobs:
|
||||||
|
formatting_check:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: paolorechia/pox@v1.0.1
|
||||||
|
with:
|
||||||
|
tox_env: "format_check"
|
||||||
Reference in New Issue
Block a user