File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 77 push :
88 branches :
99 - main
10+ tags :
11+ - ' **'
1012 pull_request :
1113jobs :
1214 test :
9496 path : ~/.cache/pre-commit
9597 key : pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
9698 - run : pre-commit run --show-diff-on-failure --color=always --all-files
99+ env :
100+ # We dont need to run actionlint on CI, because if GH runs it then we don't care.
101+ SKIP : actionlint
97102
98103 # https://github.com/marketplace/actions/alls-green#why used for branch protection checks
99104 check :
@@ -187,7 +192,7 @@ jobs:
187192 python-version : ' 3.10'
188193
189194 - name : check package version
190- run : python .github/check_version .py
195+ run : python .github/check-version .py
191196
192197 - run : pip install -U twine
193198
Original file line number Diff line number Diff line change 11[package ]
22name = " windows-fonts"
3- version = " 0.1.0"
3+ version = " 0.1.0-alpha1 "
44edition = " 2018"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ classifiers = [
1212 " Topic :: Text Processing :: Fonts" ,
1313]
1414authors = [
15- { name =" Ash Berlin-Taylor" , email =" ash_github@firemirror.com> " },
15+ { name =" Ash Berlin-Taylor" , email =" ash_github@firemirror.com" },
1616]
1717
1818[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments