Skip to content

chore(deps): bump @antfu/utils from 0.7.2 to 0.7.3 #91

chore(deps): bump @antfu/utils from 0.7.2 to 0.7.3

chore(deps): bump @antfu/utils from 0.7.2 to 0.7.3 #91

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 6.32.1
- name: Install
run: pnpm i
- name: Lint
run: pnpm run lint
- name: Test
run: pnpm run test