Skip to content

RBS Comments

RBS Comments #3805

Workflow file for this run

name: RBS Comments
on:
push:
branches:
- master
pull_request: {}
merge_group: {}
jobs:
comments:
runs-on: "ubuntu-latest"
env:
RUBY_COMMIT: v3_4_0_rc1
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.4.0-rc1"
bundler: none
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libdb-dev curl
- name: Update rubygems & bundler
run: |
ruby -v
gem update --system
- name: bin/setup
run: |
bin/setup
- name: Check if `rake annotate` has been executed
run: |
git config --global --add safe.directory `pwd`
bundle exec rake annotate confirm_annotation