Skip to content

release.sh: replace manual call to addons-linter with npm indirection #223

release.sh: replace manual call to addons-linter with npm indirection

release.sh: replace manual call to addons-linter with npm indirection #223

Workflow file for this run

name: Shellcheck
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
shellcheck:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Run Shellcheck
run: find . -iname "*.sh" -exec shellcheck "{}" "+"