Skip to content

feat: Enable Gateway API configuration #128

feat: Enable Gateway API configuration

feat: Enable Gateway API configuration #128

Workflow file for this run

name: Lint shell scripts
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: "./scripts"
ignore_names: README.md