Skip to content

Fixed CI action path #2

Fixed CI action path

Fixed CI action path #2

Workflow file for this run

name: ci
on:
workflow_dispatch:
push:
branches:
- develop
pull_request:
- ready_for_review
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: ci
uses: statikbe/.github/.github/workflows/craftcms/ci.yml@main

Check failure on line 17 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
craft_version: '4'
jobs: '["ecs", "phpstan"]'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}