Skip to content

Capitalize the names of all technologies for output only. #240

Capitalize the names of all technologies for output only.

Capitalize the names of all technologies for output only. #240

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Rubocop
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- name: Run Rubocop
run: bin/lint --no-fix