Skip to content

Why do we do this to ourselves. #142

Why do we do this to ourselves.

Why do we do this to ourselves. #142

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: Lint workflow files
on:
pull_request:
branches:
- '**'
push:
branches:
- trunk
workflow_dispatch:
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
permissions:
security-events: write
actions: read
contents: read
uses: ./.github/workflows/reusable-workflow-lint.yml