Skip to content

feat: 更换 HTTPS 链接 #16

feat: 更换 HTTPS 链接

feat: 更换 HTTPS 链接 #16

Workflow file for this run

name: Check
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: |
yarn install
yarn test