Skip to content

Merge pull request #213 from moia-oss/dependabot/go_modules/go-depend… #339

Merge pull request #213 from moia-oss/dependabot/go_modules/go-depend…

Merge pull request #213 from moia-oss/dependabot/go_modules/go-depend… #339

Workflow file for this run

name: lint & build
on: push
jobs:
lint-build:
name: lint & build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Golang
uses: actions/setup-go@v5
with:
go-version: '1.20.x'
- name: run make lint
run: make lint
- name: run make build-linux
run: make build-linux