Skip to content

Commit

Permalink
ci: Add format check (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
gteufelberger authored Dec 27, 2024
1 parent aff178b commit cc84895
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Format check
on: [push, pull_request]

jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jpetrucciani/[email protected]

0 comments on commit cc84895

Please sign in to comment.