fix: Fixed single chr typo that made it in with recent en-masse refac… #58
Workflow file for this run
This file contains 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: CI | |
on: | |
pull_request: | |
schedule: | |
- cron: '0 0 * * 1' | |
jobs: | |
security: | |
uses: dvsa/.github/.github/workflows/php-library-security.yml@main | |
with: | |
php-versions: "[\"7.4\"]" | |
secrets: | |
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | |
static-analysis: | |
uses: dvsa/.github/.github/workflows/php-library-static.yml@main | |
with: | |
php-version: '7.4' | |
tests: | |
uses: dvsa/.github/.github/workflows/php-library-tests.yml@main | |
with: | |
php-versions: "[\"7.4\"]" | |
fail-fast: false |