Skip to content

Commit 3fa1977

Browse files
committed
Added Github CI workflow
Signed-off-by: Jan Henckens <[email protected]>
1 parent 925d67e commit 3fa1977

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/ci.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: ci
2+
on:
3+
workflow_dispatch:
4+
push:
5+
branches:
6+
- develop
7+
permissions:
8+
contents: read
9+
concurrency:
10+
group: ci-${{ github.ref }}
11+
cancel-in-progress: true
12+
jobs:
13+
ci:
14+
name: ci
15+
uses: studioespresso/.github/.github/workflows/ci.yml@main
16+
with:
17+
craft_version: '4'
18+
jobs: '["ecs", "phpstan"]'
19+
secrets:
20+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)