Skip to content

Apply fixes from StyleCI #2

Apply fixes from StyleCI

Apply fixes from StyleCI #2

on:
schedule:
- cron: '0 7 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

Check failure on line 10 in .github/workflows/build-api-docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-api-docs.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
- name: Install dependencies
run: composer install
- name: Build API docs
run: php vendor/bin/phpdoc -d src -t docs/api
- name: Commit and push changes
run: |
git config --local user.email "