Skip to content

Commit

Permalink
Change: Add GitHub action to check versioning for consistency
Browse files Browse the repository at this point in the history
The version check got removed from the lint-python action and is now a
standalone action.
  • Loading branch information
bjoernricks committed Feb 21, 2023
1 parent 65caa75 commit d6dd6bc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
packages: autohooks tests
version: ${{ matrix.python-version }}

type-check:
name: Type-check
runs-on: "ubuntu-latest"
Expand Down Expand Up @@ -74,3 +74,10 @@ jobs:
uses: greenbone/actions/coverage-python@v2
with:
version: "3.10"

check-version:
name: Check versioning for consistency
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: greenbone/actions/check-version@v2

0 comments on commit d6dd6bc

Please sign in to comment.