feat: Load resource with default language if the translation is missing #140
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: (📡) Verify | |
on: | |
push: | |
branches-ignore: | |
- 'dependabot/**' | |
pull_request: | |
branches-ignore: | |
- 'main' | |
workflow_dispatch: | |
jobs: | |
verify: | |
uses: sitepark/github-project-workflow/.github/workflows/composer-verify.yml@release/1.x | |
secrets: | |
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |