Skip to content

Actions workflow to format code on command #1

Actions workflow to format code on command

Actions workflow to format code on command #1

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: ./tools/check-formatting.sh