Skip to content

Bump semver from 5.7.1 to 5.7.2 #125

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #125

name: Lint, Check Types
on: push
jobs:
check-types:
name: Lint, Check Types
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 'latest'
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'pnpm'
- run: pnpm install
- run: pnpm eslint . --max-warnings 0
- run: pnpm tsc