Sha256: 6c23a141348d1e80cac4e9d2fd1cd43eeee7616a9d2fb38ad66405318b041c78

Contents?: true

Size: 692 Bytes

Versions: 4

Compression:

Stored size: 692 Bytes

Contents

name: 'Fica testing tool'
on:
  push:
    branches:
<<<<<<< HEAD
      - beta
  pull_request:
    branches:
      - beta
=======
      - main
  pull_request:
    branches:
      - main
>>>>>>> 91d38cf37714a464d41160dd1513f5ba186f3bca

jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby: [2.7]
    steps:
      - name: Checkout
        uses: actions/checkout@v2
        with:
          fetch-depth: 0  # for posts's lastmod
      - name: Setup Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
          bundler-cache: true
      - name: Test Site
        run:  bash bin/run insdep

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-fica-0.3.0 .github/workflows/ci.yaml.orig
jekyll-theme-fica-0.2.2 .github/workflows/ci.yaml
jekyll-theme-fica-0.2.2 .github/workflows/ci.yaml.orig
jekyll-theme-fica-0.2.2 .github/workflows/ci_BACKUP_2002.yaml