From c4fdb35704807f3d3b337cb689c4f56c6111d321 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Thu, 1 Aug 2024 16:12:32 -0700 Subject: [PATCH] chore: remove deprecated `main.yml` file (#1604) --- .github/workflows/main.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/main.yml 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