mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59: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
|
|
@ -33,6 +33,10 @@ jobs:
|
|||
- name: Install Bun runtime
|
||||
run: |
|
||||
curl -fsSL https://bun.sh/install | bash
|
||||
|
||||
- name: Add Bun to PATH
|
||||
run: |
|
||||
source /home/runner/.bashrc
|
||||
|
||||
- name: Install NPM packages
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue