Skip to content

Removed all ECG ignored errors #283

Removed all ECG ignored errors

Removed all ECG ignored errors #283

Workflow file for this run

on:
push:
branches:
- main
workflow_dispatch:
branches:
- main
jobs:
phpdoc:
runs-on: ubuntu-latest
permissions:
contents: read
deployments: write
name: Publish to Cloudflare Pages
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
tools: phpdoc
- name: Checkout code
uses: actions/checkout@v4
- name: Generate phpDoc
run: phpdoc -c .github/phpdoc.xml
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: maho-phpdoc
directory: .github/phpdoc
wranglerVersion: '3'