Skip to content

ci: rework npm publish flow #6

ci: rework npm publish flow

ci: rework npm publish flow #6

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Yarn install
uses: hexancore/yarn-ci-install@ba9baf131eba84b6c86efb46375a530a3098bb04
- name: Lint
run: yarn lint
- name: Test
uses: ./.github/actions/test
- name: Build
run: yarn build