Skip to content

groovy: Init helloworld example for groovy #10

groovy: Init helloworld example for groovy

groovy: Init helloworld example for groovy #10

Workflow file for this run

name: ShellCheck
on:
pull_request:
branches: ["main"]
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master