Sha256: 1d66f056bcb798dc100188beb7384ab0c8f7d54bb769c521f4712bebb6d8a4f1

Contents?: true

Size: 360 Bytes

Versions: 2

Compression:

Stored size: 360 Bytes

Contents

name: preintegration
on:
  push:
    branches:
      - '**'
jobs:
  preintegration:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
        with:
          fetch-depth: 0
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: '3.1.3'
          bundler-cache: true
      - name: Test & Build
        run: make test build

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-github-plugin-1.0.2 .github/workflows/preintegration.yaml
jekyll-github-plugin-1.0.1 .github/workflows/preintegration.yaml