Skip to content

Commit

Permalink
Workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Oct 24, 2023
1 parent f3a3fcd commit 027df4f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Black python lint

on:
workflow_call:
push:

jobs:
lint:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/bump_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
types: [closed]

jobs:
industrial_ci:
uses: ./.github/workflows/industrial_ci.yaml

get-bump:
name: Get version bump
runs-on: ubuntu-latest
Expand Down
11 changes: 8 additions & 3 deletions .github/workflows/industrial_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
name: Industrial CI
on:
workflow_call:
pull_request:
workflow_dispatch:
push:
branches:
- master


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

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

industrial_ci:
strategy:
fail-fast: false
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/spellcheck.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: Spellcheck Action

on:
workflow_call:
push:
workflow_call:

jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.33.1
name: Spellcheck
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.33.1
name: Spellcheck
2 changes: 2 additions & 0 deletions rosbot_xl_controller/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
script_dir=$base/lib/rosbot_xl_controller
[install]
install_scripts=$base/lib/rosbot_xl_controller
[flake8]
max-line-length = 99

0 comments on commit 027df4f

Please sign in to comment.