Skip to content

feat: add waitlist and update industry content #117

feat: add waitlist and update industry content

feat: add waitlist and update industry content #117

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
- develop
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies
uses: borales/actions-yarn@v4
with:
cmd: install
- name: Run linters
uses: wearerequired/lint-action@v2
with:
eslint: true
prettier: true