Sha256: 7a89b846ac94711f3905f3f83ffdaa5dea437c4514299e96750ad36d23a10fcf

Contents?: true

Size: 927 Bytes

Versions: 14

Compression:

Stored size: 927 Bytes

Contents

name: RBS Comments

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

jobs:
  test:
    runs-on: "ubuntu-latest"
    container:
      image: rubylang/ruby:3.2-dev-focal
    steps:
      - uses: actions/checkout@v3
      - name: Install dependencies
        run: |
          apt-get update
          apt-get install -y libdb-dev curl
      - name: Update rubygems & bundler
        run: |
          ruby -v
          gem update --system
      - name: bundle config set with
        run: |
          echo "NO_MINITEST=true" >> $GITHUB_ENV
          bundle config set --local without 'minitest'
        if: "contains(matrix.container_tag, 'master-nightly')"
      - 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

14 entries across 14 versions & 1 rubygems

Version Path
rbs-3.2.2 .github/workflows/comments.yml
rbs-3.2.1 .github/workflows/comments.yml
rbs-3.2.0 .github/workflows/comments.yml
rbs-3.2.0.pre.1 .github/workflows/comments.yml
rbs-3.1.3 .github/workflows/comments.yml
rbs-3.1.2 .github/workflows/comments.yml
rbs-3.1.1 .github/workflows/comments.yml
rbs-3.1.0 .github/workflows/comments.yml
rbs-3.0.4 .github/workflows/comments.yml
rbs-3.0.3 .github/workflows/comments.yml
rbs-3.0.2 .github/workflows/comments.yml
rbs-3.0.1 .github/workflows/comments.yml
rbs-3.0.0 .github/workflows/comments.yml
rbs-3.0.0.dev.3 .github/workflows/comments.yml