Skip to content

[Snyk] Upgrade esbuild from 0.15.18 to 0.21.4 #62

[Snyk] Upgrade esbuild from 0.15.18 to 0.21.4

[Snyk] Upgrade esbuild from 0.15.18 to 0.21.4 #62

Workflow file for this run

name: JS Package Linter
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: ["main"]
pull_request:
types: [opened, edited, synchronize]
jobs:
lint:
timeout-minutes: 30
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
TURBO_REMOTE_ONLY: true
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
- uses: ./.github/actions/setup-go
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Lint
run: pnpm -- turbo run lint --filter=!cli
- name: Check types
run: pnpm -- turbo run check-types --filter=!cli