Skip to content

Bump actions/checkout from 3 to 4 #294

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #294

Workflow file for this run

name: Specs
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
spec:
runs-on: ubuntu-latest
name: spec
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true
- name: Run tests
run: |
cp dotenv.example .env
bundle exec rspec --color --format documentation