-
-
Notifications
You must be signed in to change notification settings - Fork 238
32 lines (28 loc) · 766 Bytes
/
lint-workflows.yml
File metadata and controls
32 lines (28 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: Lint workflow files
on:
pull_request:
branches:
- '**'
paths:
# Only run when changes are made to workflow files.
- '.github/workflows/**'
push:
branches:
- develop
- trunk
paths:
# Only run when changes are made to workflow files.
- '.github/workflows/**'
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.sha }}
cancel-in-progress: true
jobs:
lint:
name: Lint
permissions:
security-events: write
actions: read
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@878b9aa1ed37ebe75529845419b9571610845760 # 1.2.2