chore(deps): update dependency knip to v5.36.5 #868
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Automated tests | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Install pnpm | |
uses: pnpm/action-setup@v4 | |
with: | |
version: latest | |
- uses: actions/[email protected] | |
with: | |
node-version: 20 | |
cache: pnpm | |
- name: Build | |
run: | | |
pnpm install | |
pnpm build | |
- name: Unit tests | |
run: pnpm test | |
- name: Knip | |
run: pnpm knip |