Skip to content

Commit

Permalink
Workflow change names
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Oct 25, 2023
1 parent 344c492 commit 8b5c8f4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/black.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
name: Black python lint
name: Black formatting

on:
workflow_call:

jobs:
lint:
black_formatting:
name: Black formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/bump_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:

jobs:
industrial_ci:
name: Industrial CI
uses: ./.github/workflows/industrial_ci.yaml

get-bump:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/industrial_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:


jobs:
black_test:
black:
name: Black
uses: ./.github/workflows/black.yaml

spellcheck_test:
spellcheck:
name: Spellcheck
uses: ./.github/workflows/spellcheck.yaml

industrial_ci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_call:

jobs:
build:
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8b5c8f4

Please sign in to comment.