Skip to content

Commit a701526

Browse files
authored
Introduce lint-workflows workflow
1 parent d69f0d9 commit a701526

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Lint GitHub Actions workflows
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
8+
- master
9+
10+
jobs:
11+
lint-workflows:
12+
uses: inpsyde/reusable-workflows/.github/workflows/lint-workflows.yml@main

0 commit comments

Comments
 (0)