Skip to content

Commit

Permalink
global: update workflows/tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim authored and fenekku committed Aug 1, 2024
1 parent 21a5830 commit e709b88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python 3.9
uses: actions/setup-python@v2
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12

- name: Install dependencies
run: |
Expand All @@ -41,6 +41,6 @@ jobs:
run: mkdocs build --clean --strict -v

- name: Check links
uses: untitaker/[email protected].27
uses: untitaker/[email protected].32
with:
args: site/ --sources docs/
4 changes: 2 additions & 2 deletions run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Invenio-Cli is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.

npx markdownlint-cli docs/* && \
awesome_bot --allow-dupe --skip-save-results --allow-redirect docs/**/*.md && \
npx markdownlint-cli docs/*
awesome_bot --allow-dupe --skip-save-results --allow-redirect docs/**/*.md
mkdocs build -v
rm -rf site/

0 comments on commit e709b88

Please sign in to comment.