Skip to content

Workflow file for this run

# .github/workflows/ci.yml
name: ci
on: [push, pull_request]
jobs:
ci:
- name: PHP Copy/Paste Detector

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
continue-on-error: true # This step will show errors but will not fail
if: ${{ !cancelled() }}
run: moodle-plugin-ci phpcpd
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main