i need to rebase all of this
Some checks failed
Lint / Run linters (push) Failing after 29s

This commit is contained in:
Marius Alwan Meyer 2023-05-01 22:18:14 +00:00
parent 196466972c
commit 95e4306edd

View File

@ -29,7 +29,7 @@ jobs:
# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: npm i
run: npm ci
- name: Run linters
uses: https://github.com/wearerequired/lint-action@v2