Skip to content

chore(deps): update dependency rubocop to v1.66.1 #327

chore(deps): update dependency rubocop to v1.66.1

chore(deps): update dependency rubocop to v1.66.1 #327

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
env:
OPENAI_ACCESS_TOKEN: DUMMY_TOKEN
ANTHROPIC_API_KEY: DUMMY_KEY
RECORD: none
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.3.0'
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
SIMPLECOV_INLINE_ASSETS: 1
with:
coverageCommand: bundle exec rake
coverageLocations: |
${{github.workspace}}/tmp/coverage/coverage.xml:cobertura
- name: Upload Coverage Report HTML
uses: actions/[email protected]
with:
name: coverage
path: tmp/coverage/index.html
compression-level: 0
# steep:
# runs-on: ubuntu-latest
# name: Steep
# steps:
# - uses: actions/checkout@v4
# - name: Set up Ruby
# uses: ruby/setup-ruby@v1
# with:
# bundler-cache: true
# - name: Cache RBS Collection
# uses: actions/cache@v4
# with:
# path: .gem_rbs_collection
# key: ${{ runner.os }}-rbs-collection-${{ hashFiles('rbs_collection.lock.yaml') }}
# - name: Rbs Collection
# run: bundle exec rbs collection install
# - name: Steep
# run: bundle exec steep check