Skip to content

Check code formatting #278

Check code formatting

Check code formatting #278

name: formatting_check
run-name: Check code formatting
on: [push, pull_request]
jobs:
formatting_check:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo gem install mdl
- uses: actions/checkout@v3
- uses: paolorechia/[email protected]
with:
tox_env: "format_check"