Skip to content

Update actions/checkout digest to 44c2b7a #335

Update actions/checkout digest to 44c2b7a

Update actions/checkout digest to 44c2b7a #335

Workflow file for this run

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