From 08a73c90a649cebcb4652b2e9706e229ade5a7ec Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Wed, 22 Dec 2021 23:09:23 +0100 Subject: [PATCH] Delete run-commit.yml --- .github/workflows/run-commit.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/run-commit.yml diff --git a/.github/workflows/run-commit.yml b/.github/workflows/run-commit.yml deleted file mode 100644 index 5e79415..0000000 --- a/.github/workflows/run-commit.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Run and commit -on: - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 - with: - go-version: 1.17 - - run: | - go install mvdan.cc/gofumpt@latest - gofumpt -l -w . - - name: Commit changes - uses: EndBug/add-and-commit@v7 - with: - author_name: ${{ github.actor }} - author_email: ${{ github.actor }}@users.noreply.github.com - message: 'gofumpt'