mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38: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
|
|
@ -33,6 +33,10 @@ jobs:
|
||||||
- name: Install Bun runtime
|
- name: Install Bun runtime
|
||||||
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: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue