Skip to content

build(deps-dev): bump @types/node-fetch from 2.6.6 to 2.6.11 #5511

build(deps-dev): bump @types/node-fetch from 2.6.6 to 2.6.11

build(deps-dev): bump @types/node-fetch from 2.6.6 to 2.6.11 #5511

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- "*"
types:
- opened
- synchronize
- reopened
- ready_for_review
name: lint
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: lint
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Setup and build
uses: ./.github/actions/setup-and-build
- name: Run linters
run: |
set -euxo pipefail
source ./scripts/devenv.sh
./scripts/lint.sh