Skip to content

Commit

Permalink
Don't lint scripts directory anymore
Browse files Browse the repository at this point in the history
The scripts got moved to a pontos module.
  • Loading branch information
bjoernricks committed Jul 3, 2023
1 parent 7bcacbb commit b6487f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install and check with black, pylint and pontos.version
uses: greenbone/actions/lint-python@v2
with:
packages: pontos tests scripts
packages: pontos tests
python-version: ${{ matrix.python-version }}
cache: "true"

Expand Down

0 comments on commit b6487f5

Please sign in to comment.