Skip to content

Commit a7f2d2d

Browse files
authored
GitHub Actions: Create composer-normalize.yml (#28)
1 parent 4413563 commit a7f2d2d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Composer Normalize
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
8+
paths:
9+
- .github/workflows/composer-normalize.yml
10+
- composer.*
11+
12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref_name }}
14+
cancel-in-progress: true
15+
16+
permissions: {}
17+
18+
jobs:
19+
composer-normalize:
20+
uses: typisttech/.github/.github/workflows/composer-normalize.yml@v2
21+
permissions:
22+
contents: read
23+
secrets: inherit

0 commit comments

Comments
 (0)