Skip to content

[ 1.0.10 ] * This release requires the SpotifyPlus v1.0.64 release; p… #25

[ 1.0.10 ] * This release requires the SpotifyPlus v1.0.64 release; p…

[ 1.0.10 ] * This release requires the SpotifyPlus v1.0.64 release; p… #25

Workflow file for this run

name: 'Build'
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: "Build Plugin"
runs-on: ubuntu-latest
steps:
- name: "Repository checkout"
uses: "actions/checkout@v4"
- name: "NPM Build"
run: |
npm install
npm run buildgithub