Skip to content

Merge pull request #28 from mcornea/ran-du-hard-reboot #37

Merge pull request #28 from mcornea/ran-du-hard-reboot

Merge pull request #28 from mcornea/ran-du-hard-reboot #37

Workflow file for this run

name: Makefile CI
on:
workflow_dispatch:
push:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
env:
SHELL: /bin/bash
steps:
- name: Set up Go 1.19
uses: actions/setup-go@v3
with:
go-version: 1.19.10
- uses: actions/checkout@v3
- name: Run lint
run: make lint