Fix ESLint CI task

This commit is contained in:
Jesse Wierzbinski 2023-11-19 16:16:28 -10:00
parent e417e9de4a
commit defcaa9077

View file

@ -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