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 113a928 commit 602dc0aCopy full SHA for 602dc0a
.github/workflows/cicd.yml
@@ -42,6 +42,18 @@ jobs:
42
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
43
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
44
45
+ # TODO uncomment after the first public release
46
+ # vulnerabilities:
47
+ # name: Check library vulnerabilities
48
+ # runs-on: ubuntu-latest
49
+ # steps:
50
+ # - uses: ansys/actions/check-vulnerabilities@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
51
+ # with:
52
+ # python-version: ${{ env.MAIN_PYTHON_VERSION }}
53
+ # token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
54
+ # python-package-name: ${{ env.PACKAGE_NAME }}
55
+ # dev-mode: ${{ github.ref != 'refs/heads/main' }}
56
+
57
code-style:
58
name: Code style
59
runs-on: ubuntu-latest
0 commit comments