Skip to content

Commit

Permalink
chore: no longer automatically run super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Jul 10, 2024
1 parent 9b12f96 commit f5d1104
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 129 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Linter

on:
push:
branches-ignore:
- 'dependabot/**'
workflow_call:
inputs:
install-all:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ by [**SWR Audio Lab**](https://lab.swr.de/)
- 2024-07-10 - v2.0.0

- refact!: remove aws-sdk integration (s3)
- refact!: remove `ard:publishers` and `ard:pub-sort` scripts
- chore!: switch super-linter ESLint config default to `/eslint.config.mjs`

- 2024-05-13 - v1.3.0

Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"scripts": {
"ard:coreId": "node ./scripts/ard/coreId.js",
"ard:categories": "node -r dotenv/config scripts/ard/categories.js",
"ard:publishers": "node -r dotenv/config scripts/ard/publishers.js",
"ard:pub-sort": "node -r dotenv/config scripts/ard/sortPubByExtId.js",
"lint": "eslint .",
"test": "mocha tests/**.js -r dotenv/config",
"outdated": "yarn upgrade-interactive",
Expand Down
86 changes: 0 additions & 86 deletions scripts/ard/publishers.js

This file was deleted.

38 changes: 0 additions & 38 deletions scripts/ard/sortPubByExtId.js

This file was deleted.

0 comments on commit f5d1104

Please sign in to comment.