Skip to content

fix(ui): fix tab opening after campaign execution replay (#19) #10

fix(ui): fix tab opening after campaign execution replay (#19)

fix(ui): fix tab opening after campaign execution replay (#19) #10

#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0
name: "CodeQL"
on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
jobs:
chutney-parent-analyze:
uses: ./.github/workflows/codeql-analysis-template.yml
with:
language: java-kotlin
chutney-ui-analyze:
uses: ./.github/workflows/codeql-analysis-template.yml
with:
project-dir: chutney/ui
language: javascript-typescript
build-mode: none