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

Commit

Permalink
🔧 Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary-H9 committed Jul 25, 2024
1 parent 3b63aa2 commit 3ed3a2b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 35 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
id: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: List files
run: ls -R

- name: Build Image
id: build_image
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
VALIDATE_ALL_CODEBASE: false
VALIDATE_PYTHON_PYLINT: false
LINTER_RULES_PATH: /
PYTHON_BLACK_CONFIG_FILE: pyproject.toml
PYTHON_FLAKE8_CONFIG_FILE: .flake8
Expand Down
32 changes: 0 additions & 32 deletions tests/conftest.py

This file was deleted.

1 change: 1 addition & 0 deletions tests/test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# import pytest

0 comments on commit 3ed3a2b

Please sign in to comment.