Skip to content

Commit

Permalink
neue Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Linebeck0 committed Jan 23, 2024
1 parent 07210aa commit b2e54ab
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,24 @@ jobs:
pip install chardet
- name: Execute Test
run: python ./.github/tests/encoding_test.py
run: python ./.github/tests/encoding_test.py

check_whiteSpace_comma:
name: Ensure Matching Encodings
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"

- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install chardet
- name: Execute Test
run: python ./.github/tests/check_for_whitespace-comma.py

0 comments on commit b2e54ab

Please sign in to comment.