diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 00000000..17007d50 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,13 @@ +name: build +on: [push, pull_request] + +jobs: + ci: + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@master + - uses: actions/setup-node@master + with: + node-version: "14.12.0" + - run: npm ci + - run: npm run validate \ No newline at end of file diff --git a/bsconfig.json b/bsconfig.json new file mode 100644 index 00000000..efb6d4c1 --- /dev/null +++ b/bsconfig.json @@ -0,0 +1,10 @@ +{ + "files": [ + "manifest", + "source/**/*.*", + "components/**/*.*", + "images/**/*.*", + "resources/**/*.*", + "locale/**/*.*" + ] +} \ No newline at end of file diff --git a/components/data/TVEpisodeData.xml b/components/data/TVEpisodeData.xml index caa0ca3a..c71d77a7 100644 --- a/components/data/TVEpisodeData.xml +++ b/components/data/TVEpisodeData.xml @@ -10,7 +10,6 @@ -