Fix Utils::json*() for native \JSON_THROW_ON_ERROR
option
#31
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: Checks | |
on: | |
push: | |
branches: | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
composer-normalize: | |
name: Composer Normalize | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Composer normalize | |
uses: docker://ergebnis/composer-normalize-action |