Skip to content

chore(): Delete message in exception constructors (#41) #18

chore(): Delete message in exception constructors (#41)

chore(): Delete message in exception constructors (#41) #18

#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