Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Fix yaml to pass the yamllint step
Browse files Browse the repository at this point in the history
  • Loading branch information
ubajze committed Dec 7, 2021
1 parent 783dea0 commit 22d0b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [ "3.7" ]
python-version: ["3.7"]
nautobot-version: ["1.0.3"]
env:
INVOKE_NAUTOBOT_PLUGIN_CHATOPS_PANORAMA_PYTHON_VER: "${{ matrix.python-version }}"
Expand Down

0 comments on commit 22d0b0c

Please sign in to comment.