Skip to content

Commit

Permalink
Unfreezes Awesome-Lint and bumps it to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HorlogeSkynet committed Jul 9, 2024
1 parent a607975 commit 0b07da1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 29 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
3 changes: 0 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
# Required for `awesome-git-repo-age` rule.
fetch-depth: 0

- uses: actions/setup-node@v4

Expand Down
25 changes: 0 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
- [Interviews](#interviews)
- [Authors](#authors)
- [Disclaimer](#disclaimer)
- [Project Meta](#project-meta)

## Introduction

Expand Down Expand Up @@ -151,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.

[![CC0-1.0](https://img.shields.io/github/license/HorlogeSkynet/awesome-thinkerview?color=informational&label=License&style=flat-square)](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`.

[![Version](https://img.shields.io/github/v/tag/HorlogeSkynet/awesome-thinkerview?color=informational&label=Version&style=flat-square)](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`.

[![CI](https://img.shields.io/github/actions/workflow/status/HorlogeSkynet/awesome-thinkerview/.github/workflows/linting.yml?branch=master&label=Linting&style=flat-square)](https://github.com/HorlogeSkynet/awesome-thinkerview/actions)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 0b07da1

Please sign in to comment.