Sha256: fcae47fe26b05c006d56c2b208172f489ac72561d5e812f18dcb2dffd835c47f
Contents?: true
Size: 747 Bytes
Versions: 2
Compression:
Stored size: 747 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 env: RUBY_COMMIT: v3_3_0_rc1 steps: - uses: actions/checkout@v4 - 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: 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rbs-3.4.0 | .github/workflows/comments.yml |
rbs-3.4.0.pre.1 | .github/workflows/comments.yml |