mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Fix ESLint CI task
This commit is contained in:
parent
e417e9de4a
commit
defcaa9077
4
.github/workflows/eslint.yml
vendored
4
.github/workflows/eslint.yml
vendored
|
|
@ -34,6 +34,10 @@ jobs:
|
|||
run: |
|
||||
curl -fsSL https://bun.sh/install | bash
|
||||
|
||||
- name: Add Bun to PATH
|
||||
run: |
|
||||
source /home/runner/.bashrc
|
||||
|
||||
- name: Install NPM packages
|
||||
run: |
|
||||
bun install
|
||||
|
|
|
|||
Loading…
Reference in a new issue