Skip to content

Commit

Permalink
chore: Human names for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Dec 5, 2023
1 parent 08a659d commit 463842e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ concurrency:

jobs:
check:
name: Check code
uses: ./.github/workflows/reusable-test.yaml
secrets: inherit
2 changes: 2 additions & 0 deletions .github/workflows/on-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ concurrency:

jobs:
check:
name: Check code
uses: ./.github/workflows/reusable-test.yaml
secrets: inherit

publish:
name: Publish NPM packages
needs: check
uses: ./.github/workflows/reusable-publish.yaml
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/reusable-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:

jobs:
build-and-test:
name: Build, Lint & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 463842e

Please sign in to comment.