Skip to content

changed sonataflow profile definition from prod to gitops #337

changed sonataflow profile definition from prod to gitops

changed sonataflow profile definition from prod to gitops #337

Workflow file for this run

name: Various file checks
on:
workflow_dispatch:
pull_request:
branches:
- main
paths:
- '**/*.sh'
- .github/workflows/checks.yaml
jobs:
shellcheck:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install Shellcheck
run: sudo apt install shellcheck
- name: Check configure scripts
run: |
shellcheck **/*.sh