Skip to content

Commit bf8117f

Browse files
authored
Fix indentation in check workflow (#164)
* Fix indentation in check workflow * Update change log
1 parent bc1642e commit bf8117f

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

doc/changes/unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
## 🐞 Fixed
1111
* Fixed GitHub workflow references in `ci.yml`, ci-cd.yml` and `pr-merge.yml` workflows
12+
* Fixed indent error/issue in `checks.yml` workflow
1213

1314
## ✨ Added
1415
* **Added Nox Task `prepare-release`**

exasol/toolbox/templates/github/workflows/checks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
runs-on: ubuntu-latest
2727

2828
steps:
29-
- name: SCM Checkout
30-
uses: actions/checkout@v3
29+
- name: SCM Checkout
30+
uses: actions/checkout@v3
3131

32-
- name: Setup Python & Poetry Environment
33-
uses: exasol/python-toolbox/.github/actions/[email protected]
32+
- name: Setup Python & Poetry Environment
33+
uses: exasol/python-toolbox/.github/actions/[email protected]
3434

35-
- name: Build Documentation
36-
run: |
37-
poetry run python -m nox -s build-docs
35+
- name: Build Documentation
36+
run: |
37+
poetry run python -m nox -s build-docs
3838
3939
lint-job:
4040
name: Linting (Python-${{ matrix.python-version }})

0 commit comments

Comments
 (0)