Skip to content

Commit

Permalink
CI: remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Oct 30, 2023
1 parent e1ff423 commit be0bc0d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,6 @@ on:
workflow_dispatch:

jobs:
# precheck:
# runs-on: <image-name>

# steps:
# - uses: actions/checkout@v2
# - name: Use <setup tooling>
# uses: <action to setup tooling>
# with:
# # Here, use the LTS/stable version of the track's tooling, e.g.:
# # node-version: 12.x

# - name: Install project dependencies
# run: <install dependencies>

# - name: Run exercism/wren ci pre-check (checks config, lint code) for all exercises
# run: scripts/ci-check

ci:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit be0bc0d

Please sign in to comment.