Skip to content

Update .gitattributes and remove unsed files. #100

Update .gitattributes and remove unsed files.

Update .gitattributes and remove unsed files. #100

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'
name: build
jobs:
codeception:
uses: yii-tools/actions/.github/workflows/codeception.yml@main
with:
extensions: fileinfo, intl
os: >-
['ubuntu-latest', 'windows-latest']
php: >-
['8.1', '8.2']