Skip to content

Merge pull request #3 from spvkgn/alpine-branch-input #24

Merge pull request #3 from spvkgn/alpine-branch-input

Merge pull request #3 from spvkgn/alpine-branch-input #24

Workflow file for this run

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