Skip to content

Bump ncipollo/release-action from 1.14.0 to 1.15.0 (#67) #139

Bump ncipollo/release-action from 1.14.0 to 1.15.0 (#67)

Bump ncipollo/release-action from 1.14.0 to 1.15.0 (#67) #139

Workflow file for this run

name: Shell checker
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
shell-checker:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Shellcheck
run: |
shellcheck **/*.sh