Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Lint (ruff)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Setup uv environment
uses: ./.github/actions/setup-uv
Expand All @@ -33,7 +33,7 @@ jobs:
name: Security (Bandit)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Setup uv environment
uses: ./.github/actions/setup-uv
Expand All @@ -47,7 +47,7 @@ jobs:
name: Interrogate badge
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Setup uv environment
uses: ./.github/actions/setup-uv
Expand All @@ -72,7 +72,7 @@ jobs:
name: Test (pytest unit)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Setup uv environment
uses: ./.github/actions/setup-uv
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
env:
GITLAB_API_TOKEN: ${{ secrets.GITLAB_API_TOKEN }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Setup uv environment
uses: ./.github/actions/setup-uv
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
name: Docs (Sphinx)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Setup uv environment
uses: ./.github/actions/setup-uv
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Setup uv environment
uses: ./.github/actions/setup-uv
Expand All @@ -207,7 +207,7 @@ jobs:
needs: [lint, test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Convert CodeMeta to Zenodo metadata
run: uvx eossr-codemeta2zenodo -i codemeta.json -o .zenodo.json --overwrite
- name: Upload and Publish to Zenodo via eossr
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
image-tag: ${{ steps.meta.outputs.tags }}
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Run SW Metadata Bot analysis
id: analysis
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/rsmetacheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Determine Environment
id: check_label
Expand All @@ -23,15 +23,9 @@ jobs:
else
echo "IS_PRERELEASE=false" >> $GITHUB_ENV
fi
echo "Explicit input of rs-metacheck-action"
echo "input: $RSMETACHECK_INPUT"
echo "branch: $GITHUB_REF"
echo "pitfalls_output: $RSMETACHECK_PITFALLS_OUTPUT"
echo "verbose: $RSMETACHECK_VERBOSE"
echo "config: $RSMETACHECK_CONFIG_FILE"

- name: Run RSMetacheck
uses: SoftwareUnderstanding/rs-metacheck-action@0.3.3
uses: SoftwareUnderstanding/rs-metacheck-action@0.3.4
with:
input: "https://github.com/SoftwareUnderstanding/sw-metadata-bot"
branch: $GITHUB_REF
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zenodo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Convert CodeMeta to Zenodo
uses: escape2020/codemeta2zenodo@v1.3.0
Expand Down
6 changes: 3 additions & 3 deletions interrogate_badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading