Sha256: 8425fadbdd3251a444418158bd413387171effcc260da30b957b01e132a49839

Contents?: true

Size: 842 Bytes

Versions: 6

Compression:

Stored size: 842 Bytes

Contents

name: RBS Comments

on:
  push:
    branches:
      - master
  pull_request: {}
  merge_group: {}

jobs:
  comments:
    runs-on: "ubuntu-latest"
    # env:
    #   RUBY_COMMIT: 1b0c46daed9186b82ab4fef1a4ab225afe582ee6
    steps:
      - uses: actions/checkout@v4
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: "3.4.1"
          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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
rbs-3.9.0 .github/workflows/comments.yml
rbs-3.9.0.pre.2 .github/workflows/comments.yml
rbs-3.9.0.pre.1 .github/workflows/comments.yml
rbs-3.9.0.dev.1 .github/workflows/comments.yml
rbs-relaxed-3.9.0.1 .github/workflows/comments.yml
rbs-3.8.1 .github/workflows/comments.yml