-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (30 loc) · 1.15 KB
/
Verify.yml
File metadata and controls
34 lines (30 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# *************************************************************************
# ** Copyright (c) 2022-2025 CentraleSupélec & EDF.
# ** All rights reserved. This program and the accompanying materials
# ** are made available under the terms of the Eclipse Public License v2.0
# ** which accompanies this distribution, and is available at
# ** https://www.eclipse.org/legal/epl-v20.html
# **
# ** This file is part of the RiseClipse tool
# **
# ** Contributors:
# ** Computer Science Department, CentraleSupélec
# ** EDF R&D
# ** Contacts:
# ** dominique.marcadet@centralesupelec.fr
# ** aurelie.dehouck-neveu@edf.fr
# ** Web site:
# ** https://riseclipse.github.io
# *************************************************************************
name: Build
# This workflow is triggered on every push to verify that the project builds correctly and runs Sonar + Unit tests
on:
pull_request:
branches:
- master
jobs:
call-verify-workflow:
name: Verify Project
uses: riseclipse/riseclipse-developer/.github/workflows/Shared-Verify-Components.yml@master
secrets:
SONAR_TOKEN: ${{ secrets.RISECLIPSE_SONAR_TOKEN }}