Skip to content

Remove checks_version from the supported attributes #253

Remove checks_version from the supported attributes

Remove checks_version from the supported attributes #253

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.16.x'
- run: make lint
check_docs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.16.x'
- name: Generate docs automatically
run: make gen
- name: Check no versioned file has been updated
uses: numtide/clean-git-action@v1