Skip to content

Add data_region to the recognized fields #84

Add data_region to the recognized fields

Add data_region to the recognized fields #84

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
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