Skip to content

build: add ci config that runs trunk check #2

build: add ci config that runs trunk check

build: add ci config that runs trunk check #2

Workflow file for this run

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