mirror of
https://github.com/kdeldycke/awesome-falsehood.git
synced 2024-11-20 11:35:56 -05:00
master branch has been renamed main.
This commit is contained in:
parent
447080adb2
commit
f8ccd1f41c
3 changed files with 6 additions and 6 deletions
2
.github/contributing.md
vendored
2
.github/contributing.md
vendored
|
@ -74,7 +74,7 @@ before making a new one, as yours may be a duplicate or a work in progress.
|
||||||
First and foremost, have your pull-request pass the [official Awesome List's
|
First and foremost, have your pull-request pass the [official Awesome List's
|
||||||
linter](https://github.com/sindresorhus/awesome-lint). No extra work is
|
linter](https://github.com/sindresorhus/awesome-lint). No extra work is
|
||||||
required here as it is [already integrated by the way of GitHub
|
required here as it is [already integrated by the way of GitHub
|
||||||
actions](https://github.com/kdeldycke/awesome-falsehood/tree/master/.github/workflows).
|
actions](https://github.com/kdeldycke/awesome-falsehood/tree/main/.github/workflows).
|
||||||
|
|
||||||
To run the linter locally, do:
|
To run the linter locally, do:
|
||||||
|
|
||||||
|
|
4
.github/workflows/autofix.yaml
vendored
4
.github/workflows/autofix.yaml
vendored
|
@ -1,10 +1,10 @@
|
||||||
name: Autofix
|
name: Autofix
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# Only targets master default branch to avoid amplification effects of
|
# Only targets default branch to avoid amplification effects of
|
||||||
# auto-fixing the exact same stuff in multiple non-rebased branches.
|
# auto-fixing the exact same stuff in multiple non-rebased branches.
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'main'
|
||||||
schedule:
|
schedule:
|
||||||
# Run linter every week to catch regressions from external dependencies.
|
# Run linter every week to catch regressions from external dependencies.
|
||||||
- cron: 17 9 * * 1
|
- cron: 17 9 * * 1
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/kdeldycke/awesome-falsehood/">
|
<a href="https://github.com/kdeldycke/awesome-falsehood/">
|
||||||
<img src="https://github.com/kdeldycke/awesome-falsehood/blob/master/assets/awesome-falsehood-header.jpg" alt="Awesome Falsehood header image">
|
<img src="https://github.com/kdeldycke/awesome-falsehood/blob/main/assets/awesome-falsehood-header.jpg" alt="Awesome Falsehood header image">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -328,7 +328,7 @@ and lowercase text).
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Your contributions are always welcome! Please take a look at the
|
Your contributions are always welcome! Please take a look at the
|
||||||
[contribution guidelines](https://github.com/kdeldycke/awesome-falsehood/blob/master/.github/contributing.md) first.
|
[contribution guidelines](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/contributing.md) first.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
@ -337,7 +337,7 @@ Content of this repository is licensed under the [Creative Commons CC0 license](
|
||||||
To the extent possible under law, [Kevin Deldycke](https://kevin.deldycke.com)
|
To the extent possible under law, [Kevin Deldycke](https://kevin.deldycke.com)
|
||||||
has waived all copyright and related or neighboring rights to this work.
|
has waived all copyright and related or neighboring rights to this work.
|
||||||
|
|
||||||
The [header image](https://github.com/kdeldycke/awesome-falsehood/blob/master/assets/awesome-falsehood-header.jpg) is based on a modified
|
The [header image](https://github.com/kdeldycke/awesome-falsehood/blob/main/assets/awesome-falsehood-header.jpg) is based on a modified
|
||||||
[photo taken in February 2010 by Iza Bella](https://commons.wikimedia.org/wiki/File:BLW_Truth_and_Falsehood.jpg),
|
[photo taken in February 2010 by Iza Bella](https://commons.wikimedia.org/wiki/File:BLW_Truth_and_Falsehood.jpg),
|
||||||
distributed under a [Creative Commons BY-SA 2.0 UK
|
distributed under a [Creative Commons BY-SA 2.0 UK
|
||||||
license](https://creativecommons.org/licenses/by-sa/2.0/uk/deed.en).
|
license](https://creativecommons.org/licenses/by-sa/2.0/uk/deed.en).
|
||||||
|
|
Loading…
Reference in a new issue