Skip to content

Commit

Permalink
add esbuild EXT-Librespot
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsounet committed Dec 15, 2024
1 parent 25647ce commit e0cc064
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/esbuild - EXT-Librespot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "ESBuild Testing: EXT-Librespot"

on: [pull_request]

jobs:
eslint:
name: Run esbuild
runs-on: ubuntu-latest
steps:
- name: "Use Node.js v20.x (latest)"
uses: actions/setup-node@v4
with:
node-version: "20.x"
check-latest: true

- name: Checkout code
uses: actions/checkout@v4

- name: Install Dependencies
run: npm prune

- name: Run ESBuild
run: cd EXTs/EXT-Librespot && npm run test:minify
continue-on-error: false

0 comments on commit e0cc064

Please sign in to comment.