Sha256: 20120407521031ba9c127a7f23019f668df332a5325c88147d6449ab4717a82b

Contents?: true

Size: 909 Bytes

Versions: 5

Compression:

Stored size: 909 Bytes

Contents

name: RBS Comments

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

jobs:
  test:
    runs-on: "ubuntu-latest"
    container:
      image: rubylang/ruby:3.1-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

5 entries across 5 versions & 2 rubygems

Version Path
getargv-0.3.3-universal-darwin vendor/bundle/ruby/3.3.0/gems/rbs-2.8.4/.github/workflows/comments.yml
rbs-3.0.0.dev.2 .github/workflows/comments.yml
rbs-2.8.4 .github/workflows/comments.yml
rbs-2.8.3 .github/workflows/comments.yml
rbs-3.0.0.dev.1 .github/workflows/comments.yml