Skip to content

Commit

Permalink
Updated GitHub workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jun 24, 2024
1 parent 16d1cdb commit e592f57
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 49 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/check_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ jobs:
python-version: "3.10"
poetry-version: "1.8.2"

- name: Check Version Number
run: poetry run python3 -u "./scripts/build/check_release.py"

- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
fail: true
args: --verbose --no-progress 'doc/**/*.md' 'README.md'

- name: Run Unit Tests
run: >
poetry run pytest
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/check_documentation_links.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Check Notebook Links
name: Check Hyperlinks

on:
push:
branches-ignore:
- "main"
pull_request:

jobs:
check_notebook_links:
Expand All @@ -19,7 +17,14 @@ jobs:
python-version: "3.10"
poetry-version: '1.8.2'

- name: Run build ai-lab tests
- name: Check Hyperlinks in Documentation
id: lychee
uses: lycheeverse/[email protected]
with:
fail: true
args: --verbose --no-progress 'doc/**/*.md' 'README.md'

- name: Check Hyperlinks in Jupyter Notebooks
run: >
poetry run pytest --check-links exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook/
21 changes: 0 additions & 21 deletions .github/workflows/check_version.yaml

This file was deleted.

0 comments on commit e592f57

Please sign in to comment.