Skip to content

Fix duplicate workflows and ensure test directories exist before runn… #30

Fix duplicate workflows and ensure test directories exist before runn…

Fix duplicate workflows and ensure test directories exist before runn… #30

Workflow file for this run

name: PHP Linting (Pint)
on:
push:
paths:
- '**.php'
- '.github/workflows/pint.yml'
- 'pint.json'
branches-ignore:
- 'dependabot/npm_and_yarn/*'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pint:
uses: TappNetwork/workflows/.github/workflows/pint.yml@main

Check failure on line 19 in .github/workflows/pint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pint.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pint.yml" -> "TappNetwork/workflows/.github/workflows/pint.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
preset: 'laravel'
pint_config: 'pint.json'
commit_message: 'PHP Linting (Pint)'