Skip to content

fix: stop the service in case the secret keys are not created or the … #21

fix: stop the service in case the secret keys are not created or the …

fix: stop the service in case the secret keys are not created or the … #21

Workflow file for this run

name: 🐚 check
on:
push:
branches:
- main
paths:
- "scripts/**"
pull_request:
branches:
- main
paths:
- "scripts/**"
permissions:
contents: read
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: './scripts'
severity: warning