Skip to content

Successful E2E intersection (#2) #12

Successful E2E intersection (#2)

Successful E2E intersection (#2) #12

Workflow file for this run

name: Trunk Check
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
# no inputs
concurrency:
group: trunk-check-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions: read-all
jobs:
trunk_check:
runs-on: ubuntu-latest
permissions:
checks: write # For trunk to post annotations
contents: read # For repo checkout
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Trunk Check
uses: trunk-io/trunk-action@v1