Sha256: 2095c32c2f663c3b33e151fb89c6d53fbb7755121993e60a4e44a3f4cfb539b0

Contents?: true

Size: 879 Bytes

Versions: 1

Compression:

Stored size: 879 Bytes

Contents

name: check
on:
  push:
  pull_request:
  schedule:
  - cron: 45 4 * * 0
jobs:
  check:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby:
        - '2.0'
        - '2.1'
        - '2.2'
        - '2.3'
        - '2.4'
        - '2.5'
        - '2.6'
        - '2.7'
        - '3.0'
        - '3.1'
      fail-fast: false
    steps:
    - uses: actions/checkout@v2
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: "${{ matrix.ruby }}"
        bundler-cache: true
        bundler: 1
    - run: sudo npm install -g svgo
    - run: curl -L "https://www.jonof.id.au/files/kenutils/pngout-20200115-linux.tar.gz" | sudo tar -xz -C /usr/local/bin --strip-components 2 --wildcards '*/amd64/pngout'
    - run: RUBYOPT=-rset bundle exec appraisal install --jobs=3 --retry=3
    - run: bundle exec image_optim --info
    - run: bundle exec appraisal rspec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
image_optim_rails-0.5.0 .github/workflows/check.yml