Delete run-commit.yml

This commit is contained in:
Matthieu MOREL 2021-12-22 23:09:23 +01:00 committed by GitHub
parent 6bad729ebd
commit 08a73c90a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 21 deletions

View File

@ -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'