This is an automated email from the ASF dual-hosted git repository. chenguangsheng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/eventmesh-go.git
commit 811379f056a75c6ba1ced7eaaa1401bf28a963e2 Author: Alonexc <[email protected]> AuthorDate: Mon Apr 24 15:20:29 2023 +0800 Delete .github/workflows directory --- .github/workflows/golangCI.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/golangCI.yml b/.github/workflows/golangCI.yml deleted file mode 100644 index c84bf79..0000000 --- a/.github/workflows/golangCI.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: golangci-lint -on: - push: - branches: - - master - pull_request: - branches: - - master - -jobs: - golangci: - name: lint - runs-on: ubuntu-latest - steps: - - uses: actions/setup-go@v4 - with: - go-version: '1.17' - cache: false - - uses: actions/checkout@v3 - - name: golangci-lint - uses: golangci/golangci-lint-action@v3 - with: - # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version - version: latest --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
