Skip to content

Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 #430

Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0

Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 #430

Workflow file for this run

name: Main
on:
push:
branches: main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@master
with:
submodules: recursive
- name: Set up Ruby 💎
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: '3.2'
- name: Lint and test
run: |
bundle exec rake stree:check
bundle exec rake test