Skip to content

build(release-please): replace to github app #516

build(release-please): replace to github app

build(release-please): replace to github app #516

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- main
push:
branches:
- main
tags:
- '!*'
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-node@v3
with:
node-version: 14.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn format-check
- run: curl -sSL https://json.schemastore.org/prettierrc > schema.json
- run: yarn validate