Skip to content

Commit b1d81bc

Browse files
committed
Merge branch 'gha' into HEAD
2 parents d24006a + aed200f commit b1d81bc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/composer.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Composer
2+
3+
on:
4+
push: { }
5+
pull_request: { }
6+
7+
jobs:
8+
validation:
9+
name: Composer strict validation
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout HEAD
14+
uses: actions/checkout@v6
15+
16+
- name: Ensure bin/make-release.sh works
17+
run: bin/make-release.sh 1337.42.23 --no-tag

0 commit comments

Comments
 (0)