Skip to content

Commit 54e7159

Browse files
author
swyx
committed
run formatting
1 parent 55e9eba commit 54e7159

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/check-markdown-links.yml .github/workflows/disabled.check-markdown-links_yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1+
## disabled for now
2+
## too many 429's
3+
14
name: Check Markdown Links
25

36
on:
47
push:
58
branches:
69
- main
7-
pull_request:
8-
branches:
9-
- main
10-
schedule:
11-
- cron: "0 9 * * *"
10+
# pull_request:
11+
# branches:
12+
# - main
13+
# schedule:
14+
# - cron: "0 9 * * *"
1215

1316
jobs:
1417
markdown-link-check:

CONTRIBUTORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
<!-- markdownlint-enable -->
3737
<!-- prettier-ignore-end -->
38+
3839
<!-- ALL-CONTRIBUTORS-LIST:END -->
3940

4041
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

docs/migration/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Special note on `ts-loader` and 3rd party libraries: https://twitter.com/acemark
8181

8282
> Our central finding is that both static type systems find an important percentage of public bugs: both Flow 0.30 and TypeScript 2.0 successfully detect 15%!
8383
84-
- [Empirical study on the impact of static typing](https://www.researchgate.net/publication/259634489_An_empirical_study_on_the_impact_of_static_typing_on_software_maintainability)
84+
- [Empirical study on the impact of static typing](https://www.researchgate.net/publication/259634489_An_empirical_study_on_the_impact_of_static_typing_on_software_maintainability)
8585

8686
see also [Things I was Wrong About: Types](https://v5.chriskrycho.com/journal/things-i-was-wrong-about/1-types/)
8787

0 commit comments

Comments
 (0)