Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Update names for Github Actions Jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Apr 11, 2020
1 parent ac6b24b commit 6a66bfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [master]
jobs:
build:
test:
name: Test New Commits
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
pull_request:
branches: [master]
jobs:
build:
name: Test New Commits
lint:
name: Lint All New Commits
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
Expand Down

0 comments on commit 6a66bfa

Please sign in to comment.