Skip to content

ci: check npm token before publishing #61

ci: check npm token before publishing

ci: check npm token before publishing #61

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Run tests
run: yarn test
- name: Lint
run: yarn lint
- name: Build
run: yarn build