Sha256: 6cb6eb065746b1dccaf83bb3db9819129a95bc18aef974a3bbe8e94b0da9f2ab

Contents?: true

Size: 806 Bytes

Versions: 16

Compression:

Stored size: 806 Bytes

Contents

name: RBS Comments

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

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

16 entries across 16 versions & 1 rubygems

Version Path
rbs-3.7.0.dev.1 .github/workflows/comments.yml
rbs-3.6.1 .github/workflows/comments.yml
rbs-3.6.0 .github/workflows/comments.yml
rbs-3.6.0.pre.3 .github/workflows/comments.yml
rbs-3.6.0.pre.2 .github/workflows/comments.yml
rbs-3.6.0.pre.1 .github/workflows/comments.yml
rbs-3.6.0.dev.1 .github/workflows/comments.yml
rbs-3.5.3 .github/workflows/comments.yml
rbs-3.5.2 .github/workflows/comments.yml
rbs-3.5.1 .github/workflows/comments.yml
rbs-3.5.1.pre.1 .github/workflows/comments.yml
rbs-3.5.0 .github/workflows/comments.yml
rbs-3.5.0.pre.2 .github/workflows/comments.yml
rbs-3.5.0.pre.1 .github/workflows/comments.yml
rbs-3.4.4 .github/workflows/comments.yml
rbs-3.4.3 .github/workflows/comments.yml