Skip to content

version bump to v1.40 #8

version bump to v1.40

version bump to v1.40 #8

Workflow file for this run

name: Run shellcheck
on: [push, pull_request]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: install shellcheck
run: sudo apt-get install -y shellcheck
- name: Run shellcheck
run: shellcheck -s bash files/*.sh