Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub workflows: lint and dependabot #12

Merged
merged 3 commits into from
Nov 27, 2023
Merged

GitHub workflows: lint and dependabot #12

merged 3 commits into from
Nov 27, 2023

Commits on Nov 24, 2023

  1. github: add workflow with linters

    golangci-lint on the odc directory and shellcheck for the whole project.
    achilleas-k committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    982e84c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31cd4f3 View commit details
    Browse the repository at this point in the history
  3. odc: add empty module for linter

    Add a go module with an empty main.go so we can configure the linter
    until we merge the real stuff.
    achilleas-k committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    ce64fce View commit details
    Browse the repository at this point in the history