Skip to content

cnap/core: add implementation for runtime database #27

cnap/core: add implementation for runtime database

cnap/core: add implementation for runtime database #27

Workflow file for this run

name: Shell Code Scan
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
codescan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC1091