Skip to content

Commit

Permalink
Merge pull request #52 from husarion/workflow-update
Browse files Browse the repository at this point in the history
New workflow names
  • Loading branch information
rafal-gorecki authored Oct 25, 2023
2 parents 3ade4dc + f9d9643 commit cd365af
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 35 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/black.yaml

This file was deleted.

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
26 changes: 19 additions & 7 deletions .github/workflows/industrial_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,28 @@ on:


jobs:
black_test:
uses: ./.github/workflows/black.yaml
black:
name: Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: --line-length=99

spellcheck_test:
uses: ./.github/workflows/spellcheck.yaml
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.33.1
name: Spellcheck

industrial_ci:
ros_industrial_ci:
name: ROS Industrial CI
needs:
- black_test
- spellcheck_test
- black
- spellcheck
strategy:
fail-fast: false
matrix:
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/spellcheck.yaml

This file was deleted.

0 comments on commit cd365af

Please sign in to comment.