Skip to content

config: github actions type-check && npm publish #1

config: github actions type-check && npm publish

config: github actions type-check && npm publish #1

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.9.0
cache: 'yarn'
- run: yarn install --immutable
- run: yarn run lint && yarn run build