add shellcheck to CI (#2478)

* add shellcheck to ci

* test ci

* install bash for shellcheck

* set globstar for bash

* cleanup shell scripts

* do not ignore automated hls tests

* rm legacy build script

* update shell scripts

* cleanup ci

* Fix misspell

* cleanup ci

* fail on curl error in ci
This commit is contained in:
Meisam
2022-12-26 04:17:13 +01:00
committed by GitHub
parent 52cf00ff85
commit c74d5b4f31
12 changed files with 72 additions and 153 deletions

View File

@@ -1,4 +1,4 @@
name: Format+Lint Javascript
name: Lint
# This action works with pull requests and pushes
on:
@@ -11,7 +11,7 @@ on:
jobs:
prettier:
name: Run prettier
name: Javascript prettier
runs-on: ubuntu-latest
defaults:
run:
@@ -42,7 +42,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
linter:
name: Run linter on changed files
name: Javascript linter
runs-on: ubuntu-latest
defaults:
run: