Skip to content

workflow phpcpd continue on error true #213

workflow phpcpd continue on error true

workflow phpcpd continue on error true #213

Workflow file for this run

# .github/workflows/ci.yml
name: ci
on: [push, pull_request]
jobs:

Check failure on line 6 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 6
ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
- name: PHP Copy/Paste Detector
continue-on-error: true # This step will show errors but will not fail
if: ${{ !cancelled() }}
run: moodle-plugin-ci phpcpd