Skip to content

Merge pull request #61 from codecrafters-io/andy/fix #305

Merge pull request #61 from codecrafters-io/andy/fix

Merge pull request #61 from codecrafters-io/andy/fix #305

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true
# TODO: REplace with Bun tests
# - run: ruby tests/test_uncommenter.rb