mirror of
https://github.com/HorlogeSkynet/awesome-thinkerview
synced 2025-04-30 16:00:23 +02:00
Compare commits
3 Commits
ba05bd537a
...
0b07da14f3
Author | SHA1 | Date | |
---|---|---|---|
0b07da14f3 | |||
a6079758ff | |||
e33956e5de |
6
.github/dependabot.yml
vendored
Normal file
6
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
7
.github/workflows/linting.yml
vendored
7
.github/workflows/linting.yml
vendored
@ -9,12 +9,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
# Required for `awesome-git-repo-age` rule.
|
||||
fetch-depth: 0
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/setup-node@v4
|
||||
|
||||
- run: npm config set package-lock false
|
||||
- run: npm install
|
||||
|
27
README.md
27
README.md
@ -10,7 +10,6 @@
|
||||
- [Interviews](#interviews)
|
||||
- [Authors](#authors)
|
||||
- [Disclaimer](#disclaimer)
|
||||
- [Project Meta](#project-meta)
|
||||
|
||||
## Introduction
|
||||
|
||||
@ -26,6 +25,8 @@ Feel free to contribute with [pull requests](https://github.com/HorlogeSkynet/aw
|
||||
|
||||
| Guest(s) | Description | PeerTube | YouTube |
|
||||
| :--------------------------------------------------------------- | :--------------------------------------------------------------- | :-------------------------------------------------------------: | :-------------------------------------------------: |
|
||||
| **Guillaume PITRON** | IA et transition écologique : Les liaisons dangereuses ? | Upload currently missing | [Link](https://www.youtube.com/watch?v=qiJXoAzAKpo) |
|
||||
| **Alain GRESH** & **Rony BRAUMAN** | Israël/Palestine : Fuir sous les bombes ? | Upload currently missing | [Link](https://www.youtube.com/watch?v=24feUlWPyIc) |
|
||||
| **Henri GUAINO** | Comprendre la guerre qui vient ? | Upload currently missing | [Link](https://www.youtube.com/watch?v=AZf1BACeoi8) |
|
||||
| **Quentin MÜLLER** | Rendre compte des catastrophes énergétiques et humanitaires ? | Upload currently missing | [Link](https://www.youtube.com/watch?v=CGOyFYgKJks) |
|
||||
| **Marc TOUATI** | Économie : Le mensonge face à la réalité ? | Upload currently missing | [Link](https://www.youtube.com/watch?v=fWbFaXR3blc) |
|
||||
@ -149,27 +150,3 @@ We **are not** part of the Thinkerview group.
|
||||
_Thinkerview_ is a **registered name** and **belongs to its respective owners**.
|
||||
|
||||
**Ideas presented above belong to their respective owners** and are only proposed for **educational and informational purposes**.
|
||||
|
||||
## Project Meta
|
||||
|
||||
### Licensing
|
||||
|
||||
To the extent possible under law, the authors have waived all copyright and related or neighboring rights to this work.
|
||||
|
||||
[](https://creativecommons.org/publicdomain/zero/1.0/)
|
||||
|
||||
### Versioning
|
||||
|
||||
This project follows a [CalVer](https://calver.org/) versioning scheme (`YYYY.0M_MICRO`).
|
||||
|
||||
Within a [Node.js](https://nodejs.org/) environment, it's possible to draft a new version by running `npm run bump`.
|
||||
If you want to publish a _fix_ for the current version, you may bump the micro segment this way : `MICRO=2 npm run bump`.
|
||||
|
||||
[](https://github.com/HorlogeSkynet/awesome-thinkerview/releases)
|
||||
|
||||
### Linting / Continuous Integration
|
||||
|
||||
Automatic static linting is performed against [awesome-lint](https://github.com/sindresorhus/awesome-lint) on [GitHub Actions](https://github.com/features/actions).
|
||||
Please try to run it locally before submitting any changes : `npm test`.
|
||||
|
||||
[](https://github.com/HorlogeSkynet/awesome-thinkerview/actions)
|
||||
|
@ -26,7 +26,7 @@
|
||||
"bump": "git tag \"$(date -u +%Y.%m_${MICRO:-1})\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"awesome-lint": "^0.18.0"
|
||||
"awesome-lint": "^1.2.0"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user