Skip to content

Commit

Permalink
Added ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed Feb 15, 2024
1 parent 03869eb commit eb184cd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Code Quality
on:
workflow_dispatch:
pull_request:
push:
branches:
- develop
- develop-v5
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: ci
uses: studioespresso/.github/.github/workflows/ci.yml@main
with:
craft_version: '5'
jobs: '["ecs", "phpstan"]'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit eb184cd

Please sign in to comment.