Skip to content

chore: Stop clobbering KOKORO_KEYSTORE_DIR #91

chore: Stop clobbering KOKORO_KEYSTORE_DIR

chore: Stop clobbering KOKORO_KEYSTORE_DIR #91

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
CI:
if: ${{ github.repository == 'googleapis/ruby-style' }}
strategy:
matrix:
include:
- os: ubuntu-latest
ruby: "3.0"
- os: ubuntu-latest
ruby: "3.1"
- os: ubuntu-latest
ruby: "3.2"
- os: ubuntu-latest
ruby: "3.3"
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby }}"
- name: Install tools
shell: bash
run: "bundle install && gem install --no-document toys"
- name: Test
shell: bash
run: toys rubocop < /dev/null