Skip to content

Update actions/checkout digest to 1d96c77 #331

Update actions/checkout digest to 1d96c77

Update actions/checkout digest to 1d96c77 #331

Workflow file for this run

on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run tests
run: bundle exec rspec lib
- name: Run linting
run: bundle exec standardrb