Skip to content

Add RR v7 blog post #846

Add RR v7 blog post

Add RR v7 blog post #846

Workflow file for this run

name: ⬣ Lint
on:
push:
branches:
- main
- dev
- stage
pull_request:
jobs:
lint:
name: ⬣ Lint
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
- name: ⎔ Setup node
uses: actions/setup-node@v3
with:
node-version: 16
- name: 📥 Install deps
uses: bahmutov/npm-install@v1
- name: 🔬 Lint
run: npm run lint && npm run typecheck