Skip to content

Add guest help article index and show pages with pagination improvements #66

Add guest help article index and show pages with pagination improvements

Add guest help article index and show pages with pagination improvements #66

Workflow file for this run

name: PHPStan
on:
pull_request:
paths:
- '**.php'
- 'phpstan.neon.dist'
- '.github/workflows/phpstan.yml'
push:
branches:
- main
paths:
- '**.php'
- 'phpstan.neon.dist'
- '.github/workflows/phpstan.yml'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: false
jobs:
phpstan:
uses: TappNetwork/workflows/.github/workflows/phpstan.yml@main

Check failure on line 24 in .github/workflows/phpstan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/phpstan.yml

Invalid workflow file

error parsing called workflow ".github/workflows/phpstan.yml" -> "TappNetwork/workflows/.github/workflows/phpstan.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:
php_version: '8.3'
phpstan_config: 'phpstan.neon.dist'
timeout_minutes: 5
secrets:
GH_PAT: ${{ secrets.GH_PAT }}