Skip to content

Update actions/checkout digest to a5ac7e5 #340

Update actions/checkout digest to a5ac7e5

Update actions/checkout digest to a5ac7e5 #340

Workflow file for this run

on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 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