Skip to content

chore: Remove Clash Verge because the repository has been emptied (#230) #564

chore: Remove Clash Verge because the repository has been emptied (#230)

chore: Remove Clash Verge because the repository has been emptied (#230) #564

Workflow file for this run

name: Lint
on:
push:
pull_request:
branches: [dev]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npm install
- run: npm run lint