We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4699c85 commit d66ea1aCopy full SHA for d66ea1a
2 files changed
Dockerfile
@@ -6,7 +6,7 @@ RUN apt-get update && \
6
rm -rf /var/lib/apt/lists/*
7
8
# Install the RsMetaCheck tool from PyPI
9
-RUN pip install --no-cache-dir rsmetacheck
+RUN pip install --no-cache-dir rsmetacheck==0.3.3
10
11
# Copies scripts into the container
12
COPY entrypoint.sh /entrypoint.sh
README.md
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v6
25
26
- name: Run RsMetaCheck
27
- uses: SoftwareUnderstanding/rs-metacheck-action@0.3.1
+ uses: SoftwareUnderstanding/rs-metacheck-action@0.3.2
28
# optional arguments
29
with:
30
input: https://github.com/$GITHUB_REPOSITORY # if input is omited it will use GITHUB_REPOSITORY url
0 commit comments