Skip to content

Add AGENTS.md generation to init command #245

Add AGENTS.md generation to init command

Add AGENTS.md generation to init command #245

Workflow file for this run

name: Ruby
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Ruby
uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0
with:
ruby-version: '3.3'
bundler-cache: true
- name: Run tests
run: bundle exec rake