Skip to content

Commit 10386df

Browse files
authored
Update Fonts status checks
cc-archive/fonts#59 adds GitHub actions and cc-archive/fonts#63 removes CircleCI
1 parent 259e937 commit 10386df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

normalize_repos/branch_protections.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@
3232
"cccatalog-frontend": ["ci/circleci: lint", "ci/circleci: unit"],
3333
"creativecommons.github.io-source": ["continuous-integration/travis-ci"],
3434
"fonts": [
35-
"ci/circleci: lint",
36-
"ci/circleci: build",
35+
"Lint",
36+
"Unit tests",
37+
"Build",
3738
"netlify/cc-fonts/deploy-preview",
3839
],
3940
"vocabulary": [

0 commit comments

Comments
 (0)