Skip to content

fix(jobs): recruitee api has nullable department (#584) #1364

fix(jobs): recruitee api has nullable department (#584)

fix(jobs): recruitee api has nullable department (#584) #1364

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