From c15f53a77c939af15cd95c8722c4e617e1ca60bf Mon Sep 17 00:00:00 2001 From: bdular Date: Sun, 29 Sep 2024 22:10:21 +0200 Subject: [PATCH] Removed Go format --- .github/workflows/go.yaml | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .github/workflows/go.yaml diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml deleted file mode 100644 index 42e5433..0000000 --- a/.github/workflows/go.yaml +++ /dev/null @@ -1,37 +0,0 @@ -name: "Go" -on: - push: - branches: - - main - tags: - - v* - paths-ignore: - - "**.md" - - pull_request: - types: [ opened, synchronize ] - paths-ignore: - - "**.md" - - workflow_dispatch: - -jobs: - fmt: - name: Format Go code - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4.1.7 - - - name: Setup Go - uses: actions/setup-go@v5.0.2 - with: - go-version: 1.20 - - - name: Download modules - run: | - cd 2.3.0 - go mod download - - - name: Format - run: go fmt ./2.3.0/... \ No newline at end of file