Skip to content

Update my name and the copyright year #6

Update my name and the copyright year

Update my name and the copyright year #6

Workflow file for this run

name: Docs
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
BUNDLE_WITHOUT: "development"
jobs:
yardstick:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby-3.4
bundler-cache: true
- name: bundle exec rake verify_measurements
run: bundle exec rake verify_measurements