diff options
| author | Smoke <[email protected]> | 2024-01-23 11:01:42 -1000 |
|---|---|---|
| committer | Smoke <[email protected]> | 2024-01-23 11:01:42 -1000 |
| commit | 050df01ed67b38bf3d70f3982211c25e0245a22e (patch) | |
| tree | 6e640f30e1aa88373b6f2440ea890cbb344e6d93 | |
| parent | 544ce9ea86cd9454e5f83cf378bd7e3531cd73d0 (diff) | |
rename linter job name
| -rw-r--r-- | .github/workflows/build-and-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index ae93c55..2a14697 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -10,7 +10,7 @@ on: jobs: lint: - name: Run linter before doing anything + name: Linters runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory |
