1
0
Fork 0
mirror of synced 2024-05-19 11:42:40 +12:00

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"