Skip to content

test(client): fix failed tun2socks connectivity_test cases #187

test(client): fix failed tun2socks connectivity_test cases

test(client): fix failed tun2socks connectivity_test cases #187

Workflow file for this run

name: Lint
concurrency:
group: ${{ github.head_ref || github.ref }}
cancel-in-progress: true
on:
pull_request:
types:
- opened
- synchronize
push:
branches:
- master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install Node
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: ./package-lock.json
- name: Install NPM Dependencies
run: npm ci
- name: Lint
run: npm run lint