Skip to content

Remove .gitignore file from tests/_output directory. #86

Remove .gitignore file from tests/_output directory.

Remove .gitignore file from tests/_output directory. #86

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
name: ecs
jobs:
easy-coding-standard:
uses: php-forge/actions/.github/workflows/ecs.yml@main
with:
extensions: mbstring
os: >-
['ubuntu-latest']
php: >-

Check failure on line 27 in .github/workflows/ecs.yml

View workflow run for this annotation

GitHub Actions / ecs

Invalid workflow file

The workflow is not valid. .github/workflows/ecs.yml (Line: 27, Col: 12): Invalid input, php is not defined in the referenced workflow.
['8.4']