Skip to content

NO-ISSUE update line-openapi #18

NO-ISSUE update line-openapi

NO-ISSUE update line-openapi #18

Workflow file for this run

name: Pull Request CI
on:
push:
pull_request:
merge_group:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
matrix:
# https://www.ruby-lang.org/en/downloads/branches/
ruby: [ '3.1', '3.2', '3.3' ]
name: Ruby v${{ matrix.ruby }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f # v1.227.0
with:
ruby-version: ${{ matrix.ruby }}
- run: gem install bundler
- run: bundle install
- run: bundle exec rubocop
- run: bundle exec rspec
pinact:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run pinact
uses: suzuki-shunsuke/pinact-action@a6896d13d22e2bf108a78b0c52d3f867c1f41b34 # v0.2.1
with:
skip_push: "true"