Skip to content

Update actions/checkout digest to 0ad4b8f #336

Update actions/checkout digest to 0ad4b8f

Update actions/checkout digest to 0ad4b8f #336

Workflow file for this run

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