Skip to content

Commit

Permalink
adapt ci remove hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
Frosty2500 committed Nov 5, 2024
1 parent 2205615 commit 9ce9861
Show file tree
Hide file tree
Showing 63 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
python-version: ["3.8", "3.10", "3.12"]
defaults:
run:
working-directory: ./compliance-tool
working-directory: ./compliance_tool

steps:
- uses: actions/checkout@v2
Expand All @@ -182,7 +182,7 @@ jobs:

defaults:
run:
working-directory: ./compliance-tool
working-directory: ./compliance_tool
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ env.X_PYTHON_VERSION }}
Expand All @@ -207,7 +207,7 @@ jobs:

defaults:
run:
working-directory: ./compliance-tool
working-directory: ./compliance_tool
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ env.X_PYTHON_VERSION }}
Expand All @@ -230,12 +230,12 @@ jobs:
codeblocks python README.md | python
compliance-tool-package:
# This job checks if we can build our compliance-tool package
# This job checks if we can build our compliance_tool package
runs-on: ubuntu-latest

defaults:
run:
working-directory: ./compliance-tool
working-directory: ./compliance_tool
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ env.X_PYTHON_VERSION }}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9ce9861

Please sign in to comment.