update workflows

This commit is contained in:
Medzik 2021-08-19 14:58:06 +00:00
parent 7cc987e305
commit f7f080b647
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
name: Test
name: test
on:
push: