Skip to content

Merge pull request #32 from frc971/dependabot/npm_and_yarn/undici-5.28.3 #153

Merge pull request #32 from frc971/dependabot/npm_and_yarn/undici-5.28.3

Merge pull request #32 from frc971/dependabot/npm_and_yarn/undici-5.28.3 #153

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm i && pnpm run lint