Skip to content

Commit

Permalink
build: add ci config that runs trunk check
Browse files Browse the repository at this point in the history
  • Loading branch information
chapati23 committed Jul 23, 2024
1 parent 4e037de commit 6b7d831
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Trunk Check
permissions: read-all
on: [push]

jobs:
trunk-check:
runs-on: ubuntu-latest
steps:
- uses: trunk-io/trunk-action@v1

0 comments on commit 6b7d831

Please sign in to comment.