Skip to content

package.json: bump version 0.2.15 -> 0.2.16 #224

package.json: bump version 0.2.15 -> 0.2.16

package.json: bump version 0.2.15 -> 0.2.16 #224

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 "{}" "+"