Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run latest pylint-nautobot #3

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
wip: --ref
  • Loading branch information
snaselj committed Mar 4, 2024
commit 9056913abeb202415ce3076156187af3403a9ea1
2 changes: 1 addition & 1 deletion .github/workflows/pylint_nautobot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
uses: "networktocode/gh-action-setup-poetry-environment@v6"
- name: "Run latest pylint-nautobot"
# TBD: Fix ref to `develop` branch
run: "poetry run invoke pylint ref=u/snaselj-fix-deps"
run: "poetry run invoke pylint --ref=u/snaselj-fix-deps"
Loading