Skip to content

Add reconciliation workflow diagram #89

Add reconciliation workflow diagram

Add reconciliation workflow diagram #89

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
golangci-lint:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
with:
go-version-file: 'go.mod'
- name: Install golangci-lint
run: |
make golangci-lint
- name: Run golangci-lint
run: |
make lint