mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Fix ESLint CI task
This commit is contained in:
parent
e417e9de4a
commit
defcaa9077
1 changed files with 4 additions and 0 deletions
4
.github/workflows/eslint.yml
vendored
4
.github/workflows/eslint.yml
vendored
|
|
@ -34,6 +34,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://bun.sh/install | bash
|
curl -fsSL https://bun.sh/install | bash
|
||||||
|
|
||||||
|
- name: Add Bun to PATH
|
||||||
|
run: |
|
||||||
|
source /home/runner/.bashrc
|
||||||
|
|
||||||
- name: Install NPM packages
|
- name: Install NPM packages
|
||||||
run: |
|
run: |
|
||||||
bun install
|
bun install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue