Skip to content

fix(app): Fixes a typo in the ClearSettings command that was stopping execution #69

fix(app): Fixes a typo in the ClearSettings command that was stopping execution

fix(app): Fixes a typo in the ClearSettings command that was stopping execution #69

Workflow file for this run

name: PHPCPD
on:
pull_request:
branches:
- develop
paths:
- '**.php'
- '.github/workflows/phpcpd.yml'
push:
branches:
- develop
paths:
- '**.php'
- '.github/workflows/phpcpd.yml'
jobs:
phpcpd:
uses: codeigniter4/.github/.github/workflows/phpcpd.yml@main
with:
dirs: "src/ tests/"