From be0bc0dab97bdb4ecee2eee7b0eebbe0fb058af6 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Mon, 30 Oct 2023 14:01:38 +0100 Subject: [PATCH] CI: remove unneeded comment --- .github/workflows/ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 251e95a..9f9acf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,23 +14,6 @@ on: workflow_dispatch: jobs: - # precheck: - # runs-on: - - # steps: - # - uses: actions/checkout@v2 - # - name: Use - # uses: - # with: - # # Here, use the LTS/stable version of the track's tooling, e.g.: - # # node-version: 12.x - - # - name: Install project dependencies - # run: - - # - name: Run exercism/wren ci pre-check (checks config, lint code) for all exercises - # run: scripts/ci-check - ci: runs-on: ubuntu-latest steps: