Skip to content

Merge pull request #77 from jason89521/dependabot/npm_and_yarn/types/… #180

Merge pull request #77 from jason89521/dependabot/npm_and_yarn/types/…

Merge pull request #77 from jason89521/dependabot/npm_and_yarn/types/… #180

Workflow file for this run

name: Build and Test
on: [push, pull_request]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install
- run: pnpm build
- run: pnpm test
- run: pnpm eslint src