Sha256: 8c8acce01108ffd1ad968da591c7deff63373b61459e52cae67a27e6b4c4f2ec

Contents?: true

Size: 364 Bytes

Versions: 8

Compression:

Stored size: 364 Bytes

Contents

name: CI

on:
  workflow_dispatch:
  pull_request:
  push:
    branches:
      - main

jobs:
  test:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2

    - uses: ruby/setup-ruby@v1
      with:
        bundler-cache: true

    - name: Style checking
      run: bundle exec rake rubocop

    - name: Run tests
      run: bundle exec rake spec

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-indico-0.6.0 .github/workflows/ci.yml
jekyll-indico-0.5.0 .github/workflows/ci.yml
jekyll-indico-0.4.5 .github/workflows/ci.yml
jekyll-indico-0.4.4 .github/workflows/ci.yml
jekyll-indico-0.4.3 .github/workflows/ci.yml
jekyll-indico-0.4.2 .github/workflows/ci.yml
jekyll-indico-0.4.1 .github/workflows/ci.yml
jekyll-indico-0.4.0 .github/workflows/ci.yml