Skip to content

docs: move repeated-string to the list of completed challenges #154

docs: move repeated-string to the list of completed challenges

docs: move repeated-string to the list of completed challenges #154

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6']
env:
CONSTRAINT_ENFORCEMENT_ENABLED: "enabled"
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler: "Gemfile.lock"
bundler-cache: true
- name: Lock bundle
run: bundle lock --add-platform x86_64-linux
- name: Run tests
run: bundle exec rake