Skip to content

Commit

Permalink
ci: rename workflow jobs and steps
Browse files Browse the repository at this point in the history
  • Loading branch information
vwhitteron committed Feb 27, 2024
1 parent 1050c24 commit 14ba010
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Run Tests
on: [push]

jobs:
lint:
qualitycheck:
name: Quality Check
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -12,11 +13,11 @@ jobs:
with:
go-version-file: "go.mod"
check-latest: true
- name: Setup golangci-lint
- name: Lint code
uses: golangci/golangci-lint-action@v4
with:
version: "v1.56.2"
args: --verbose
- name: Quality Check
- name: Audit code
run: |
make audit

0 comments on commit 14ba010

Please sign in to comment.