Skip to content

Merge pull request #32 from ronny1020/ronny1020-patch-1 #7

Merge pull request #32 from ronny1020/ronny1020-patch-1

Merge pull request #32 from ronny1020/ronny1020-patch-1 #7

Workflow file for this run

name: test building package
on:
pull_request:
push:
branches:
- master
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'pnpm'
- run: pnpm i
- run: pnpm build