Skip to content

Update FUNDING.yml

Update FUNDING.yml #24

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- uses: pnpm/action-setup@v2.0.1
with:
version: 6.15.1
- run: pnpm install --frozen-lockfile
- run: pnpm test
- run: pnpm run check-format