From f7f080b647a4914ad00522baab34042b6257e368 Mon Sep 17 00:00:00 2001 From: Medzik <87065584+MedzikUser@users.noreply.github.com> Date: Thu, 19 Aug 2021 14:58:06 +0000 Subject: [PATCH] update workflows --- .github/workflows/auto-fix.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-fix.yml b/.github/workflows/auto-fix.yml index b1551f1..57f4a90 100644 --- a/.github/workflows/auto-fix.yml +++ b/.github/workflows/auto-fix.yml @@ -4,7 +4,7 @@ on: push: jobs: - tidy: + auto-fix: runs-on: ubuntu-latest steps: - name: Checkout @@ -23,7 +23,7 @@ jobs: git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - - name: Mod Tidy + - name: tidy run: | go mod tidy git add . diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c96e640..20f100c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Test +name: test on: push: