fix formatting_check CI config

This commit is contained in:
wisp3rwind 2023-10-22 10:54:08 +02:00
parent 7035be4d57
commit 0467bf867e

View file

@ -6,7 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
- uses: actions/checkout@v3
- uses: paolorechia/pox@v1.0.1
uses: actions/checkout@v3
- name: Run formatting check
uses: paolorechia/pox@v1.0.1
with:
tox_env: "format_check"