Skip to content

Update actions/checkout digest to 8ade135 #270

Update actions/checkout digest to 8ade135

Update actions/checkout digest to 8ade135 #270

Workflow file for this run

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