Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 #94

Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0

Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 #94

Workflow file for this run

name: Main
on:
- push
- pull_request
jobs:
ci:
name: CI
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@master
- 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