Skip to content

Add support for multiple locations on job listings (#674) #1381

Add support for multiple locations on job listings (#674)

Add support for multiple locations on job listings (#674) #1381

Workflow file for this run

name: Lint
on:
push:
paths:
- '**.js'
- '**.ts'
- '**.tsx'
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
- run: yarn install
- run: yarn lint