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 aad0b31
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Trunk Check
permissions: read-all
on: [push]

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

0 comments on commit aad0b31

Please sign in to comment.