Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Mar 22, 2022
1 parent 7c08004 commit 1e5e0ab
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-fonts.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: Build Fonts

on:
on:
push:
branches:
- master
branches:
- master
paths:
- sources/**
- sources/**
pull_request:
branches:
- master
branches:
- master
paths:
- sources/**
- sources/**

jobs:
static-font-ci-job:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [ 3.8 ]
name: Build Fonts
steps:
- name: Check out JetBrains Mono source repository
Expand Down

0 comments on commit 1e5e0ab

Please sign in to comment.