Skip to content

Update AGENTS.md: starting work workflow and never push to master #40

Update AGENTS.md: starting work workflow and never push to master

Update AGENTS.md: starting work workflow and never push to master #40

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
RuboCop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: "4.0.2"
bundler-cache: true
- run: bundle exec rubocop