Skip to content

chore: update utm_source #100

chore: update utm_source

chore: update utm_source #100

Workflow file for this run

on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- name: Lint Ruby Files
run: |
gem install rubocop
rubocop -l