Skip to content

Added workflows

Added workflows #1

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/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

error parsing called workflow ".github/workflows/ci.yml" -> "statikbe/.github/.github/workflows/ci.yml@main" : failed to fetch workflow: workflow was not found.
with:
craft_version: '4'
jobs: '["ecs", "phpstan"]'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}