Skip to content

Adding general response certainty based on median log probability #134

Adding general response certainty based on median log probability

Adding general response certainty based on median log probability #134

---
name: Lint Python issues
on:
push:
pull_request:
branches: [main]
jobs:
python-lint-job:
runs-on: ubuntu-latest
steps:
- name: Repository checkout
uses: actions/checkout@v4
- name: VCS Diff Lint
uses: fedora-copr/vcs-diff-lint-action@v1
id: VCS_Diff_Lint
install_rpm_packages: ["python3-numpy"]

Check failure on line 19 in .github/workflows/python-diff-lint.yml

View workflow run for this annotation

GitHub Actions / Lint Python issues

Invalid workflow file

The workflow is not valid. .github/workflows/python-diff-lint.yml (Line: 19, Col: 9): Unexpected value 'install_rpm_packages'
- name: Upload artifact with detected defects in SARIF format
uses: actions/upload-artifact@v4
with:
name: VCS Diff Lint SARIF
path: ${{ steps.VCS_Diff_Lint.outputs.sarif }}
if: ${{ always() }}
- name: Upload SARIF to GitHub using github/codeql-action/upload-sarif
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.VCS_Diff_Lint.outputs.sarif }}
if: ${{ always() }}