5ef656f601
Bumps [monicahq/workflows](https://github.com/monicahq/workflows) from 2 to 4. - [Release notes](https://github.com/monicahq/workflows/releases) - [Changelog](https://github.com/monicahq/workflows/blob/main/.releaserc) - [Commits](https://github.com/monicahq/workflows/compare/v2...v4) --- updated-dependencies: - dependency-name: monicahq/workflows dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
391 B
YAML
21 lines
391 B
YAML
name: Lint files
|
|
|
|
on:
|
|
pull_request:
|
|
types: [opened, synchronize, reopened]
|
|
|
|
concurrency:
|
|
group: Lint files ${{ github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
php:
|
|
name: Lint PHP files
|
|
uses: monicahq/workflows/.github/workflows/lint_php.yml@v4
|
|
|
|
vue:
|
|
name: Lint Vue files
|
|
uses: monicahq/workflows/.github/workflows/lint_vue.yml@v4
|
|
with:
|
|
node-version: 22
|