Skip to content

Bump eslint from 8.51.0 to 8.52.0 in /tunnel-server #248

Bump eslint from 8.51.0 to 8.52.0 in /tunnel-server

Bump eslint from 8.51.0 to 8.52.0 in /tunnel-server #248

Workflow file for this run

name: Run lint
on:
pull_request:
types: [opened, reopened, synchronize]
branches: [main]
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: yarn
- run: yarn
- run: yarn lint
- run: yarn && yarn lint
working-directory: tunnel-server