Skip to content

Raills 6.0.6.1 & Ruby 3.2.2 #35

Raills 6.0.6.1 & Ruby 3.2.2

Raills 6.0.6.1 & Ruby 3.2.2 #35

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