docs: clarify file naming (#835)

* Update README.md

* fix workflow

* chore: prettier-fix

* Update .github/workflows/build.yml

---------

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
Rhys Arkins 2024-05-04 16:42:56 +02:00 committed by GitHub
parent ac583e37d5
commit e063ae963e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 7 deletions

View file

@ -64,7 +64,9 @@ jobs:
strategy:
fail-fast: false
matrix:
configurationFile: [example/renovate-config.js, example/renovate.json]
configurationFile:
- example/renovate-config.js
- example/renovate-config.json
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4