Skip to content

Commit 10c10a1

Browse files
committed
remove yarn and fix dep versions
1 parent d2dfef7 commit 10c10a1

File tree

706 files changed

+8
-944
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

706 files changed

+8
-944
lines changed

.github/workflows/lint.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Lint
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: ["master"]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [ "master" ]
8+
branches: ["master"]
99
schedule:
10-
- cron: '29 4 * * 1'
10+
- cron: "29 4 * * 1"
1111

1212
jobs:
1313
eslint:
@@ -25,11 +25,12 @@ jobs:
2525
run: sudo apt install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
2626

2727
- name: Install ESLint
28-
run: |
29-
yarn install
28+
uses: oven-sh/setup-bun@v2
29+
with:
30+
bun-version: latest
3031

3132
- name: Run ESLint
32-
run: npx eslint .
33+
run: bunx eslint .
3334
--format @microsoft/eslint-formatter-sarif
3435
--output-file eslint-results.sarif
3536
continue-on-error: true
-5.53 KB
Binary file not shown.
-8.5 KB
Binary file not shown.
-17.5 KB
Binary file not shown.
-7.21 KB
Binary file not shown.
-20.1 KB
Binary file not shown.
-34.1 KB
Binary file not shown.
-16.5 KB
Binary file not shown.
-108 KB
Binary file not shown.
-40.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)