Skip to content

ci: fix github action #30

ci: fix github action

ci: fix github action #30

Workflow file for this run

name: yarn build
on:
pull_request:
branches:
- master
push:
branches:
- master
workflow_dispatch: {}
jobs:
npm-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Enable Corepack
run: corepack enable
- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install
- run: yarn lint
- run: yarn zip
# Add publishing steps