Sha256: bbe21bb7bfc1323e14367bbc65278bde46ae5d38f8086f8c71de0d34c7b2aa4d

Contents?: true

Size: 489 Bytes

Versions: 28

Compression:

Stored size: 489 Bytes

Contents

name: check_google

on:
  schedule:
    - cron: '0 0 * * *'

jobs:
  check:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2

      - uses: actions/setup-ruby@v1
        with:
          ruby-version: 2.6

      - name: Install otfinfo
        run: sudo apt-get install lcdf-typetools

      - name: Install bundler
        run: gem install bundler

      - name: Setup
        run: bin/setup

      - name: Check new fonts
        run: TEST_ENV=CI bin/check_google

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
fontist-1.9.3 .github/workflows/check_google.yml
fontist-1.9.2 .github/workflows/check_google.yml
fontist-1.11.1 .github/workflows/check_google.yml
fontist-1.10.1 .github/workflows/check_google.yml
fontist-1.10.0 .github/workflows/check_google.yml
fontist-1.9.1 .github/workflows/check_google.yml
fontist-1.9.0 .github/workflows/check_google.yml
fontist-1.8.13 .github/workflows/check_google.yml
fontist-1.8.12 .github/workflows/check_google.yml
fontist-1.8.11 .github/workflows/check_google.yml
fontist-1.8.10 .github/workflows/check_google.yml
fontist-1.8.9 .github/workflows/check_google.yml
fontist-1.8.8 .github/workflows/check_google.yml
fontist-1.8.7 .github/workflows/check_google.yml
fontist-1.8.6 .github/workflows/check_google.yml
fontist-1.8.5 .github/workflows/check_google.yml
fontist-1.8.4 .github/workflows/check_google.yml
fontist-1.8.3 .github/workflows/check_google.yml
fontist-1.8.2 .github/workflows/check_google.yml
fontist-1.8.1 .github/workflows/check_google.yml