add Prettier step to check formatting

This commit is contained in:
Patrick Fong
2023-09-28 10:56:53 -07:00
parent 9d2a85d9cd
commit 1cb6b50331

View File

@ -96,3 +96,11 @@ jobs:
- name: Test Dynamic Build
run: nix develop -c zig build -Dstatic=false
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # Check out repo so we can lint it
- uses: actionsx/prettier@v3
with:
args: --check .