Skip to content

Update 中国工商银行.yaml #15

Update 中国工商银行.yaml

Update 中国工商银行.yaml #15

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