Use the usual name for CI, show a badge for CI on root readme (#4443)
* Use the usual name for CI, show a badge for CI on root readme * Fix broken to_sandbox.txt
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
# Check to_sandbox.txt and to_production.txt do not contain typos
|
||||
name: Google Fonts Test Server Files
|
||||
name: Continuous Test + Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
tags: ["v*.*.*"]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: ['**']
|
||||
|
||||
jobs:
|
||||
test_server_files:
|
||||
@@ -16,8 +17,10 @@ jobs:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.8"
|
||||
- name: Install dependencies
|
||||
|
||||
# Check to_sandbox.txt and to_production.txt do not contain typos
|
||||
- name: Install gftools
|
||||
run: pip install gftools[qa]
|
||||
- name: Check server files
|
||||
- name: Lint server files
|
||||
run: gftools push-status . --lint
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
[](https://github.com/google/fonts/actions/workflows/ci.yml?query=workflow%3ATest+branch%3Amain)
|
||||
|
||||
|
||||
# Google Fonts Files
|
||||
|
||||
This project mainly contains the binary font files served by Google Fonts ([fonts.google.com](https://fonts.google.com))
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Knowledge: just push it all
|
||||
knowledge/
|
||||
cc-by-sa/knowledge
|
||||
|
||||
# HELD
|
||||
# ofl/opensans
|
||||
|
||||
Reference in New Issue
Block a user