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: