chore: lint

This commit is contained in:
coderaiser 2023-12-12 19:58:39 +02:00
parent ba9915a1df
commit 084c84a277

View file

@ -22,9 +22,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Redrun
run: bun i redrun -g --no-save
run: bun i yarn redrun -g --no-save
- name: Install
run: npm i
run: yarn --no-lockfile
- name: Lint
run: redrun fix:lint
- uses: actions/cache@v3