Skip to content

Commit

Permalink
Run Google workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeymorozov committed Mar 18, 2024
1 parent 057e88b commit 3a9d016
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/google.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
pull_request:

jobs:
prepare:
Expand Down Expand Up @@ -36,7 +37,7 @@ jobs:
run: bundle exec fontist config set read_timeout 60

- name: Import new fonts
run: bundle exec fontist import google --formulas_path Formulas -n 50
run: bundle exec fontist import google --formulas_path Formulas -n 50 --no-cache

- uses: EndBug/add-and-commit@v7
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
json: true

- run: |
echo "${{ steps.files.outputs.all_changed_files }}" > changed.json
shell: bash
# - run: |
# echo "${{ steps.files.outputs.all_changed_files }}" > changed.json
# shell: bash

- uses: ruby/setup-ruby@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source "https://rubygems.org"

gem "fontist", github: "fontist/fontist", branch: "main"
gem "fontist", github: "fontist/fontist", branch: "broken-formulas"
# gem "fontist", path: "~/ribose/fontist"
gem "rubocop", "1.5.2"
gem "rubocop-performance"
gem "rubocop-rails"
1 change: 1 addition & 0 deletions changed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["Formulas/google/covered_by_your_grace.yml", "Formulas/google/dawning_of_a_new_day.yml", "Formulas/google/encode_sans.yml", "Formulas/google/gfs_neohellenic.yml", "Formulas/google/give_you_glory.yml", "Formulas/google/gloria_hallelujah.yml", "Formulas/google/goblin_one.yml", "Formulas/google/goudy_bookletter_1911.yml", "Formulas/google/gravitas_one.yml", "Formulas/google/holtwood_one_sc.yml", "Formulas/google/im_fell_double_pica.yml", "Formulas/google/im_fell_double_pica_sc.yml", "Formulas/google/im_fell_dw_pica.yml", "Formulas/google/im_fell_dw_pica_sc.yml", "Formulas/google/im_fell_english.yml", "Formulas/google/im_fell_english_sc.yml", "Formulas/google/im_fell_french_canon.yml", "Formulas/google/im_fell_french_canon_sc.yml", "Formulas/google/im_fell_great_primer.yml", "Formulas/google/im_fell_great_primer_sc.yml", "Formulas/google/just_me_again_down_here.yml", "Formulas/google/la_belle_aurore.yml", "Formulas/google/libre_caslon_text.yml", "Formulas/google/love_ya_like_a_sister.yml", "Formulas/google/loved_by_the_king.yml", "Formulas/google/nothing_you_could_do.yml", "Formulas/google/nova_cut.yml", "Formulas/google/nova_flat.yml", "Formulas/google/nova_mono.yml", "Formulas/google/nova_oval.yml", "Formulas/google/nova_round.yml", "Formulas/google/nova_slim.yml", "Formulas/google/nova_square.yml", "Formulas/google/old_standard_tt.yml", "Formulas/google/over_the_rainbow.yml", "Formulas/google/poller_one.yml", "Formulas/google/pt_mono.yml", "Formulas/google/pt_sans.yml", "Formulas/google/pt_sans_caption.yml", "Formulas/google/pt_sans_narrow.yml", "Formulas/google/pt_serif.yml", "Formulas/google/pt_serif_caption.yml", "Formulas/google/reenie_beanie.yml", "Formulas/google/shadows_into_light.yml", "Formulas/google/six_caps.yml", "Formulas/google/swanky_and_moo_moo.yml", "Formulas/google/the_girl_next_door.yml", "Formulas/google/waiting_for_the_sunrise.yml"]

0 comments on commit 3a9d016

Please sign in to comment.