Skip to content

Prepare release all plugins as new beta #524

Prepare release all plugins as new beta

Prepare release all plugins as new beta #524

Workflow file for this run

name: react.yml
on:
push:
branches:
- main
pull_request:
merge_group:
jobs:
lint-npm:
name: 'lint-npm'
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v7
- uses: perses/github-actions@v0.13.0
- uses: ./.github/perses-ci/actions/setup_environment
with:
enable_npm: true
- run: npm ci
- run: npm run lint
- run: npm run format:check
test-npm:
name: 'test-npm'
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v7
- uses: perses/github-actions@v0.13.0
- uses: ./.github/perses-ci/actions/setup_environment
with:
enable_npm: true
- run: npm ci
- run: npm run test
type-check:
name: 'type-check'
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v7
- uses: perses/github-actions@v0.13.0
- uses: ./.github/perses-ci/actions/setup_environment
with:
enable_npm: true
- run: npm ci
- run: npm run type-check