Skip to content

Update Makefile to clone core repository with depth option for faster… #304

Update Makefile to clone core repository with depth option for faster…

Update Makefile to clone core repository with depth option for faster… #304

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