Skip to content

Added GitHub actions to perform lint actions #1

Added GitHub actions to perform lint actions

Added GitHub actions to perform lint actions #1

Workflow file for this run

name: Trunk Check
on:
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions: read-all
jobs:
trunk_check:
name: Run Trunk Check
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Trunk Check
uses: trunk-io/trunk-action@v1
with:
post-annotations: true