Skip to content

Test workflow

Test workflow #2

Workflow file for this run

name: Test Workflow
on:
pull_request:
push:
branches:
- "2.2.x"
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
token: ${{ secrets.PHPSTAN_BOT_FORK_TOKEN }}
- run: "cat README.md"
- run: "echo blabla >> README.md"
- run: |
git config user.name "phpstan-bot"
git config user.email "ondrej+phpstanbot@mirtes.cz"
git commit -a -m 'test cm'
git push