Skip to content

Commit

Permalink
Improve workflow names. (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick D'appollonio <[email protected]>
  • Loading branch information
patrickdappollonio and patrickdappollonio authored Oct 25, 2021
1 parent cc8a6a3 commit e97da81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches: [ master ]

jobs:

build:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/releasing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
goreleaser:
name: Release Application
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
test-app:
name: Test Application
runs-on: ubuntu-latest
steps:
- name: Clone repository
Expand Down

0 comments on commit e97da81

Please sign in to comment.