Skip to content

Commit

Permalink
tidy up Actions names (less redundancy)
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Oct 11, 2019
1 parent 25ce958 commit 85758b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-win.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Haraka-config tests - Windows
name: tests - Windows

on: [push]

Expand All @@ -19,7 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v1
name: Checkout haraka-config
name: git checkout
with:
fetch-depth: 1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Haraka-config tests
name: Ubuntu tests

on: [ push ]

Expand All @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v1
name: Checkout haraka-config
name: git checkout
with:
fetch-depth: 1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Haraka-config Lint
name: Lint

on: [ push ]

Expand All @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v1
name: Checkout haraka-config
name: git checkout
with:
fetch-depth: 1

Expand Down

0 comments on commit 85758b7

Please sign in to comment.