mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
feat(linters): Added job names
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: pr-check
|
||||
name: PR
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request: { }
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
@@ -31,6 +31,7 @@ jobs:
|
||||
|
||||
# TODO: Remove once linter job is required
|
||||
fmt-check:
|
||||
name: Formatting
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -48,6 +49,7 @@ jobs:
|
||||
|
||||
# TODO: Remove once linter job is required
|
||||
vet:
|
||||
name: Vet
|
||||
runs-on: ubuntu-latest
|
||||
needs: fmt-check
|
||||
steps:
|
||||
@@ -66,6 +68,7 @@ jobs:
|
||||
run: go vet ./...
|
||||
|
||||
test:
|
||||
name: Tests
|
||||
runs-on: ubuntu-latest
|
||||
needs: fmt-check
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user