build(deps): bump impresscms-dev/generate-phpdocs-with-evert-phpdoc-md-action from 1.0.4 to 2.0.0 #18
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Tests and Checks | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| types: | |
| - opened | |
| - synchronize | |
| - reopened | |
| - ready_for_review | |
| jobs: | |
| test: | |
| name: Run Bats Test Suite | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout Repository | |
| uses: actions/checkout@v6 | |
| - name: Install Bats | |
| uses: mig4/setup-bats@v1 | |
| with: | |
| bats-version: 1.8.2 | |
| - name: Run Bats Tests | |
| run: bats tests |