chore(deps): update php:8.5.3-fpm docker digest to 67bc2ea #1230
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
| # https://docs.github.com/actions | |
| name: Lint | |
| on: | |
| push: | |
| branches-ignore: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| permissions: | |
| contents: read | |
| packages: read | |
| statuses: write | |
| jobs: | |
| super-linter: | |
| name: Code Base | |
| uses: YOURLS/.github/.github/workflows/lint.yml@main | |
| with: | |
| exclude: images/yourls/Dockerfile.template |