Skip to content

v1.2.0

Compare
Choose a tag to compare
@KEINOS KEINOS released this 14 Feb 03:31
· 49 commits to main since this release
9df541f

Speed up workflow testing by getting away from Docker (PR #21)

Now .devcontainer is isolated from the CIs.

Users who used this repo as a template may delete ".devcontainer" if not needed.

Feature

  • feat: requirement checker for merge testing
  • feat: use golangci-lint v1.36.0 -> latest
  • feat: coverage action w/out docker
  • feat: merge-tests.yaml w/out docker
  • feat: use pre-installed shellcheck
  • feat: ".shellceckrc"
    • For older version compatibility. (CI uses old version)

Fixes

  • fix: shell check errors
  • fix: golangci-lint.yaml as dispatch workflow only
    • Since merge-tests.yaml does the same thing limit it to workflow_dispatch as an individual test