Skip to content

Fix stray ampersand in digest string #20

Fix stray ampersand in digest string

Fix stray ampersand in digest string #20

Workflow file for this run

name: CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: /tmp/composer-cache
key: ${{ runner.os }}-${{ hashFiles('composer.json') }}
- uses: php-actions/composer@v6
with:
args: --ignore-platform-reqs
- run: composer cs:check