Skip to content

Commit

Permalink
Fix indentation in check workflow (#164)
Browse files Browse the repository at this point in the history
* Fix indentation in check workflow
* Update change log
  • Loading branch information
Nicoretti authored May 6, 2024
1 parent bc1642e commit bf8117f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

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

## ✨ Added
* **Added Nox Task `prepare-release`**
Expand Down
14 changes: 7 additions & 7 deletions exasol/toolbox/templates/github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: SCM Checkout
uses: actions/checkout@v3
- name: SCM Checkout
uses: actions/checkout@v3

- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/python-environment@0.8.0
- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/python-environment@0.8.0

- name: Build Documentation
run: |
poetry run python -m nox -s build-docs
- name: Build Documentation
run: |
poetry run python -m nox -s build-docs
lint-job:
name: Linting (Python-${{ matrix.python-version }})
Expand Down

0 comments on commit bf8117f

Please sign in to comment.