Skip to content

Actions workflow to format code on command #2

Actions workflow to format code on command

Actions workflow to format code on command #2

name: check-formatting
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip3 install gersemi
- run: ./extras/formatting.sh --check-only