Skip to content

Commit

Permalink
chore: add ci
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Carlsen <[email protected]>
  • Loading branch information
sjelfull committed Aug 22, 2023
1 parent e11fd75 commit e0a3012
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: ci
on:
workflow_dispatch:
push:
branches:
- develop
- main
pull_request:
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: ci
uses: superbigco/.github/.github/workflows/ci.yml@master
with:
craft_version: '4'
jobs: '["ecs", "phpstan", "prettier"]'
notify_slack: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
slack_webhook_url: ${{ secrets.SLACK_CRAFT_PLUGINS_WEBHOOK_URL }}

0 comments on commit e0a3012

Please sign in to comment.