diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 9c3869787a..0000000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Basic check of main.py - -on: - push: - paths: - - 'main.py' - -jobs: - check_main: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: "Setup Python, Poetry and Dependencies" - uses: packetcoders/action-setup-cache-python-poetry@main - with: - python-version: "3.12" - poetry-version: "1.8.2" - install-args: "--all-extras" - - - name: Run main.py with input - run: | - echo -e "\n\n\nn" | poetry run python main.py