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
|
||||
linter](https://github.com/sindresorhus/awesome-lint). No extra work is
|
||||
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:
|
||||
|
||||
|
|
4
.github/workflows/autofix.yaml
vendored
4
.github/workflows/autofix.yaml
vendored
|
@ -1,10 +1,10 @@
|
|||
name: Autofix
|
||||
on:
|
||||
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.
|
||||
branches:
|
||||
- 'master'
|
||||
- 'main'
|
||||
schedule:
|
||||
# Run linter every week to catch regressions from external dependencies.
|
||||
- cron: 17 9 * * 1
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<p align="center">
|
||||
<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>
|
||||
</p>
|
||||
|
||||
|
@ -328,7 +328,7 @@ and lowercase text).
|
|||
## Contributing
|
||||
|
||||
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
|
||||
|
||||
|
@ -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)
|
||||
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),
|
||||
distributed under a [Creative Commons BY-SA 2.0 UK
|
||||
license](https://creativecommons.org/licenses/by-sa/2.0/uk/deed.en).
|
||||
|
|
Loading…
Reference in a new issue