Skip to content

Add gilded traffic light kata #36

Add gilded traffic light kata

Add gilded traffic light kata #36

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
name: Ruby Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.4.1']
steps:
- uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1

Check failure on line 30 in .github/workflows/ruby-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ruby-lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 30
with:
ruby-version: 3.4.1
- name: Run cops
run: bundle exec rubocop