Skip to content

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

Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0

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

Workflow file for this run

name: Spec
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.1'
- name: Spec
run: ./spec/mspec/bin/mspec -t ./exe/yarv || true