Skip to content

Commit d248101

Browse files
author
Tedilabs Bot
committed
chore: update .github/workflows/yaml.integration.yaml via Terraform
1 parent 3f6a414 commit d248101

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Integration - YAML
2+
3+
4+
on:
5+
push:
6+
branches:
7+
- main
8+
paths:
9+
- "**.yaml"
10+
- "**.yml"
11+
12+
pull_request:
13+
paths:
14+
- "**.yaml"
15+
- "**.yml"
16+
17+
workflow_dispatch: {}
18+
19+
20+
concurrency:
21+
group: integration-yaml-${{ github.ref }}
22+
cancel-in-progress: true
23+
24+
25+
jobs:
26+
lint:
27+
name: Lint (yamllint)
28+
uses: tedilabs/github-actions/.github/workflows/yaml.yamllint.yaml@main
29+
30+
with:
31+
yamllint_version: latest
32+
yamllint_config_file: .yamllint.yaml
33+
yamllint_target_dir: ./
34+
secrets:
35+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)