Removed upstreamed patch (#298)

* Removed upstreamed patch

* Removed styled-components patch

* Moved lint to pnpm
This commit is contained in:
Kris
2025-08-06 10:19:20 -04:00
committed by GitHub
parent 3afe403f4c
commit d46cbc1fd3
6 changed files with 15 additions and 160 deletions

View File

@@ -7,7 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Install Node dependencies
run: npm install
run: pnpm install
- name: Run linter
run: npm run lint
run: pnpm lint