Skip to content

Bump actions/checkout from 3 to 4 #417

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #417

Workflow file for this run

name: No PlantUML
on:
push:
tags:
- '*'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: RSpec
run: bundle exec rspec --tag no_plantuml