Skip to content

Commit 92f34ca

Browse files
fix(ci): add missing SPDX header to rhodibot CI workflow
Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent 5c04edd commit 92f34ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • aletheia/extraction/rhodibot/.github/workflows

aletheia/extraction/rhodibot/.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: MPL-2.0
12
# Rhodibot CI/CD Pipeline
23
name: CI
34

@@ -44,6 +45,8 @@ jobs:
4445
exit 1
4546
fi
4647
48+
- name: SonarCloud Scan
49+
uses: SonarSource/sonarqube-scan-action@master
4750
test:
4851
name: Test
4952
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)