Skip to content

feat: add release pipeline and update test/lint pipelines #117

feat: add release pipeline and update test/lint pipelines

feat: add release pipeline and update test/lint pipelines #117

Workflow file for this run

name: Lints
on:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
run: yarn
- name: Run linter
run: yarn lint