Skip to content

feat(integrations): add support for tsheetsteam (#2598) #2503

feat(integrations): add support for tsheetsteam (#2598)

feat(integrations): add support for tsheetsteam (#2598) #2503

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- staging/**
pull_request:
jobs:
lint-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run ts-build
- name: Lint
run: npm run lint -- --quiet