refactor: linting and formatting changes

This commit is contained in:
Bart van der Braak 2023-08-02 01:37:54 +02:00
parent 3df46b240b
commit 3807145c1d
27 changed files with 262 additions and 189 deletions

View file

@ -1,8 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'
reviewers:
- "bartvdbraak"
- 'bartvdbraak'

View file

@ -1,5 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"reviewers": ["bartvdbraak"]
}
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"reviewers": ["bartvdbraak"]
}

View file

@ -1,6 +1,6 @@
name: Unlighthouse report
on: [ pull_request ]
on: [pull_request]
permissions:
pull-requests: write
@ -33,7 +33,7 @@ jobs:
uses: pnpm/action-setup@v2.2.4
with:
version: 8.6.11
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.7.0
with: