Skip to content

身份证识别添加质量类型检测可选参数 #42

身份证识别添加质量类型检测可选参数

身份证识别添加质量类型检测可选参数 #42

Workflow file for this run

name: Go
on: [push,pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.13
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Unit test
run: go test ./...
- name: Build
run: go build -v .