Skip to content

merge

merge #27

Workflow file for this run

name: Go Lint
on: [push]
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Golangci-lint
uses: golangci/golangci-lint-action@v6.1.1
with:
working-directory: docker/container_monitor