Add formatting check option for code

This commit is contained in:
Serene-Arc
2022-12-03 15:49:41 +10:00
parent 82230a97bc
commit 9c3c5436b5

11
.github/workflows/formatting_check.yml vendored Normal file
View 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"