Sha256: 6a12833435d72e337d2bdd49216765dd69a00d6a4d7c225ebc0d90b2d82d67ce

Contents?: true

Size: 747 Bytes

Versions: 8

Compression:

Stored size: 747 Bytes

Contents

name: 'Tests & Formatting'

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]
  schedule:
    # Run weekly; github deletes caches that haven't been used in a week.
    - cron: '0 0 * * 0'

jobs:
  checks:
    runs-on: ubuntu-20.04

    steps:

      - name: Install system dependencies
        run: sudo apt install libjpeg-dev webp libpng-dev libavifile-0.7c2 libopenjpip7 imagemagick libvips-tools

      - name: Checkout repo
        uses: actions/checkout@v2

      # Version taken from .ruby-version file.
      # Also runs bundle install.
      - name: Install Ruby
        uses: ruby/setup-ruby@v1
        with:
          bundler-cache: true

      - run: bundle exec rake test

      - run: bundle exec rubocop

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll_picture_tag-2.1.1 .github/workflows/code-checks.yml
jekyll_picture_tag-2.1.0 .github/workflows/code-checks.yml
jekyll_picture_tag-2.0.4 .github/workflows/code-checks.yml
jekyll_picture_tag-2.0.3 .github/workflows/code-checks.yml
jekyll_picture_tag-2.0.2 .github/workflows/code-checks.yml
jekyll_picture_tag-2.0.1 .github/workflows/code-checks.yml
jekyll_picture_tag-2.0.0 .github/workflows/code-checks.yml
jekyll_picture_tag-2.0.0pre1 .github/workflows/code-checks.yml