Skip to content

grab jvs and parse into stuff and fonts #25

grab jvs and parse into stuff and fonts

grab jvs and parse into stuff and fonts #25

Workflow file for this run

name: grab jvs and parse into stuff and fonts
on:
workflow_dispatch:
schedule:
- cron: 30 18 * * 5
jobs:
jvs-update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: fetch, parse
run: cd scripts; cargo run
- name: create pr
id: cpr
uses: peter-evans/create-pull-request@v5
with:
commit-message: weekly jvs/font update
committer: GitHub <[email protected]>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: false
branch: jvs-update
delete-branch: true
title: 'weekly jvs/font update'
assignees: berrymot
reviewers: berrymot