Skip to content

remove pricing/coming soon stuff #1341

remove pricing/coming soon stuff

remove pricing/coming soon stuff #1341

Workflow file for this run

name: Eslint
on:
push:
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint