Skip to content

Bump yard from 0.9.27 to 0.9.36 #47

Bump yard from 0.9.27 to 0.9.36

Bump yard from 0.9.27 to 0.9.36 #47

Workflow file for this run

name: BASH ShellCheck
on:
push:
branches:
- main
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
check_together: 'yes'
scandir: './bin'
ignore_names: init.sh
permissions:
checks: read
contents: read
statuses: read