This project is mirrored from https://gitee.com/NQL886/community-edition.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 03 Sep, 2021 1 commit
  2. 01 Sep, 2021 2 commits
  3. 23 Aug, 2021 1 commit
  4. 20 Aug, 2021 2 commits
    • Karuppiah Natarajan's avatar
      Rename checkout step in gh actions workflows (#1388) · fb9a4348
      Karuppiah Natarajan authored
      
      `Check out code into the Go module directory` is a bit
      misleading as the checkout step is not related to
      Golang modules, hence the rename
      Signed-off-by: default avatarKaruppiah Natarajan <karuppiahn@vmware.com>
      fb9a4348
    • Karuppiah Natarajan's avatar
      Remove unnecessary Go setup steps in gh actions workflows (#1389) · 22b7f1e5
      Karuppiah Natarajan authored
      * [ci] Remove unnecessary Go setup step from github actions workflow
      
      Only the carvel tools are needed for update packages workflow, which can
      be installed using prebuilt binaries or installed using
      GitHub Actions available in the GitHub Actions marketplace
      and we dont need Golang to be installed to install those
      unless we want to build from source and install them using
      `go get`
      
      check-shell uses shellcheck tool and we use the installed
      binary or use Docker image to invoke it. We don't need
      Golang setup for it
      
      check-mdlint uses mdlint tool and we use mdlint Docker image
      to invoke it. We don't need Golang setup for it.
      
      check-lint workflow uses golangci-lint tool and we use golangci-lint
      GitHub Action to invoke it. We don't need Golang setup for it.
      22b7f1e5
  5. 09 Jul, 2021 3 commits
  6. 08 Jul, 2021 1 commit
  7. 30 Mar, 2021 1 commit
  8. 12 Mar, 2021 1 commit
  9. 02 Mar, 2021 1 commit
  10. 26 Feb, 2021 2 commits
  11. 25 Feb, 2021 2 commits
  12. 24 Feb, 2021 1 commit
  13. 19 Feb, 2021 2 commits
  14. 08 Feb, 2021 1 commit