Skip to content

Makes a contribution #5

Makes a contribution

Makes a contribution #5

name: CI
on:
push:
branches:
- main
- develop
pull_request:
# cancel in-progress runs on new commits to same PR (gitub.event.number)
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
cancel-in-progress: true
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
Lint:
name: Trunk Check Annotate
runs-on: ubuntu-latest
permissions:

Check failure on line 22 in .github/workflows/pr-annotations.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/pr-annotations.yaml (Line: 22, Col: 17): Unexpected value ''
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Trunk Check
uses: trunk-io/trunk-action@v1
with:
post-annotations: true # only for fork PRs