Sha256: 9cb75e4793f0c1ea8bee046630d65245ebfc29bbb9446530818de97f97b3e55e

Contents?: true

Size: 323 Bytes

Versions: 10

Compression:

Stored size: 323 Bytes

Contents

name: CI

on:
  pull_request:

permissions:
  contents: read

jobs:
  test:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v4

      - name: Set up Ruby
        uses: yettoapp/actions/setup-languages@main
        with:
          ruby: true

      - name: Run tests
        run: bundle exec rake test

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
html-pipeline-3.2.2 .github/workflows/ci.yml
slack_webhook_logger-0.7.0 .github/workflows/test.yml
html-pipeline-3.2.1 .github/workflows/ci.yml
html-pipeline-3.2.0 .github/workflows/ci.yml
html-pipeline-3.1.1 .github/workflows/ci.yml
html-pipeline-3.1.0 .github/workflows/ci.yml
html-pipeline-3.0.3 .github/workflows/ci.yml
html-pipeline-3.0.2 .github/workflows/ci.yml
html-pipeline-3.0.1 .github/workflows/ci.yml
html-pipeline-3.0.0 .github/workflows/ci.yml