Skip to content

build(deps): bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows #445

build(deps): bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows

build(deps): bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows #445

on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
name: Lint, Typecheck, Tests
jobs:
build:
name: datalens-us
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run typecheck
- run: npm run test