From b44141fb36b0f29d33e5bdbf808bd9256d49e28d Mon Sep 17 00:00:00 2001 From: Icyadam14 Date: Wed, 9 Oct 2024 21:05:57 -0400 Subject: [PATCH] Removed Github Actions --- .github/workflows/ci.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/ci.yaml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml deleted file mode 100644 index 0926057..0000000 --- a/.github/workflows/ci.yaml +++ /dev/null @@ -1,28 +0,0 @@ -name: CI for X17-Surface - -on: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - build: - runs-on: ubuntu-latest - - steps: - # Check out the repository - - name: Checkout code - uses: actions/checkout@v2 - - # Dummy step to test the workflow - - name: Print a message - run: echo "Hello, world!" - - # One more dummy step to test the workflow - - name: Print another message - run: echo "The workflow is working!" - - # Run tests (to be implemented)