Skip to content

Update: synced file(s) with happyprime/projects #16

Update: synced file(s) with happyprime/projects

Update: synced file(s) with happyprime/projects #16

Workflow file for this run

# This file is managed in https://github.com/happyprime/projects
name: PHPCS (PHP 8.2)
on: pull_request
# The GITHUB_TOKEN used by Dependabot has read-only permissions
# by default, so we provide write permissions to this workflow
# so that comments can be left on the pull request.
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#changing-github_token-permissions
permissions:
contents: read
pull-requests: write
jobs:
call-workflow:
uses: happyprime/workflows/.github/workflows/phpcs.yml@trunk

Check failure on line 16 in .github/workflows/phpcs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/phpcs.yml

Invalid workflow file

error parsing called workflow ".github/workflows/phpcs.yml" -> "happyprime/workflows/.github/workflows/phpcs.yml@trunk" : failed to fetch workflow: workflow was not found.
with:
php-version: '8.2'