Tests: add regression tests for FilterRange with zero value (#730) (#… #846
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: "Codesniffer" | |
| on: | |
| pull_request: | |
| workflow_dispatch: | |
| push: | |
| branches: ["*"] | |
| schedule: | |
| - cron: "0 8 * * 1" | |
| jobs: | |
| codesniffer: | |
| name: "Codesniffer" | |
| uses: contributte/.github/.github/workflows/codesniffer.yml@master | |
| with: | |
| php: "8.5" |