8000 feat: add IsValid top level func · adhocore/gronx@07c6e8c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: add IsValid top level func #110

feat: add IsValid top level func

feat: add IsValid top level func #110

Workflow file for this run

name: Lint
on: [push]
jobs:
golint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Lint
id: golint
uses: Jerome1337/go-action/lint@master
- name: Lint Output
run: echo "${{ steps.golint.outputs.golint-output }}"
0