Skip to content

Commit bc0010a

Browse files
committed
cleanup
1 parent 1fb99b8 commit bc0010a

File tree

4 files changed

+7
-42
lines changed

4 files changed

+7
-42
lines changed

.github/workflows/auto_author_assign.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/dependabot_dedupe.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,4 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
16-
- uses: fregante/setup-git-user@v1
17-
18-
- name: Use Node.js
19-
uses: actions/setup-node@v3
20-
with:
21-
node-version: lts/*
22-
23-
- name: Dedupe if needed
24-
env:
25-
HUSKY: 0
26-
run: |
27-
corepack enable
28-
yarn dedupe
29-
30-
if [[ -n $(git status -s) ]]; then
31-
git add .
32-
git commit -m '[dependabot skip] Dedupe dependencies'
33-
git push
34-
fi
15+
- uses: laboperator-gmbh/github-actions/yarn-dedupe@v1

.github/workflows/linters.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@ name: Linters
22

33
on:
44
pull_request:
5-
branches-ignore:
6-
- 'main'
5+
76
jobs:
87
eslint:
98
if: github.actor != 'dependabot[bot]'
109
runs-on: ubuntu-latest
1110
steps:
12-
- uses: actions/checkout@v1
13-
14-
- uses: actions/setup-node@v3
11+
- uses: actions/checkout@v6
12+
- run: corepack enable
13+
- uses: actions/setup-node@v5
1514
with:
16-
node-version-file: ".nvmrc"
17-
15+
cache: yarn
1816
- run: yarn install
1917
- name: eslint
2018
uses: reviewdog/action-eslint@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@
6363
"typescript": "^5.9.3",
6464
"yaml": "^2.8.2"
6565
},
66-
"packageManager": "yarn@4.0.1"
66+
"packageManager": "yarn@4.12.0"
6767
}

0 commit comments

Comments
 (0)