Skip to content

请求统一使用小写 protocol (#666) #167

请求统一使用小写 protocol (#666)

请求统一使用小写 protocol (#666) #167

Workflow file for this run

name: Dev check
on: [pull_request,push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: 20
- run: |
npm install
npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: 20
- run: |
npm install
npm run test