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 2ebbd35 commit b4f6811Copy full SHA for b4f6811
action.yml
@@ -44,6 +44,9 @@ runs:
44
export DEB_PYTHON_INSTALL_LAYOUT=deb
45
fi
46
python3 -m pip install -r "$GITHUB_ACTION_PATH/requirements.txt"
47
+
48
+ # Verifying artifact attestations
49
+ gh attestation verify commit_check-*.whl -R commit-check/commit-check
50
- name: Run commit-check
51
shell: bash
52
run: python3 ${{ github.action_path }}/main.py
0 commit comments