Skip to content

Pass context along to every part of the pipeline #75

Pass context along to every part of the pipeline

Pass context along to every part of the pipeline #75

Workflow file for this run

name: Linting
on:
pull_request:
paths:
- "**/*.rb"
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: yettoapp/actions/setup-languages@main
with:
ruby: true
- name: Rubocop
run: bundle exec rake rubocop