Skip to content

Commit

Permalink
resolve conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis-Mittenzwei committed Nov 28, 2024
1 parent 4ed4dea commit 8fec29b
Show file tree
Hide file tree
Showing 5 changed files with 285 additions and 131 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
run: poetry run nox -s unit-tests

- name: Run Lint
run: poetry run nox -s lint
run: poetry run nox -s lint:code

- name: Run type-check
run: poetry run nox -s type-check
run: poetry run nox -s lint:type

- name: Upload Artifacts
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion exasol_script_languages_container_ci_setup/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ATTENTION:
# This file is generated by exasol/toolbox/pre_commit_hooks/package_version.py when using:
# * either "poetry run nox -s fix"
# * either "poetry run nox -s project:fix"
# * or "poetry run version-check <path/version.py> --fix"
# Do not edit this file manually!
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from exasol.toolbox.nox.tasks import *

# default actions to be run if nothing is explicitly specified with the -s option
nox.options.sessions = ["fix"]
nox.options.sessions = ["project:fix"]
Loading

0 comments on commit 8fec29b

Please sign in to comment.