aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSmoke <[email protected]>2024-01-23 11:01:42 -1000
committerSmoke <[email protected]>2024-01-23 11:01:42 -1000
commit050df01ed67b38bf3d70f3982211c25e0245a22e (patch)
tree6e640f30e1aa88373b6f2440ea890cbb344e6d93 /.github
parent544ce9ea86cd9454e5f83cf378bd7e3531cd73d0 (diff)
rename linter job name
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-and-test.yaml2
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