From 5e51dc29e40386a34954e9d08ebe1afbcc5eb605 Mon Sep 17 00:00:00 2001 From: Anki-code1 Date: Sun, 29 Jun 2025 19:34:34 -0400 Subject: [PATCH] Create main.yml Add CI workflow to fix jobs error --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 000000000..8569e13c3 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1 @@ +name: CI`. Paste the entire block exactly as it is, including `name: CI`, `on:`, `jobs:`, and all the steps under it. It should look like this in the box: ```yaml name: CI on: jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: python-version: '