mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-28 23:39:11 +00:00
refactor: linting and formatting changes
This commit is contained in:
parent
3df46b240b
commit
3807145c1d
27 changed files with 262 additions and 189 deletions
4
.github/workflows/unlighthouse-report.yaml
vendored
4
.github/workflows/unlighthouse-report.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue