Skip to content

Updated from Slack docs, 2025/08/25 #71

Updated from Slack docs, 2025/08/25

Updated from Slack docs, 2025/08/25 #71

Workflow file for this run

name: validate
on: [push, pull_request]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Validate
run: bundle exec rake api:validate