From e99276ff53ebf6ecb88a6338b6d04f06c482b0c2 Mon Sep 17 00:00:00 2001 From: Matteo Bunino <48362942+matbun@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:02:17 +0200 Subject: [PATCH] Sqaaas code (#88) * Create sqaaas.yml * Update sqaaas.yml * Update sqaaas.yml * Point to the current repo * Remove unnecessary checkout step * Rename step --------- Co-authored-by: orviz --- .github/workflows/sqaaas.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/sqaaas.yml diff --git a/.github/workflows/sqaaas.yml b/.github/workflows/sqaaas.yml new file mode 100644 index 00000000..3a1fd0b5 --- /dev/null +++ b/.github/workflows/sqaaas.yml @@ -0,0 +1,18 @@ +# SPDX-FileCopyrightText: Copyright contributors to the Software Quality Assurance as a Service (SQAaaS) project. +# +# SPDX-License-Identifier: GPL-3.0-only +--- +name: SQAaaS + +on: [push] + +jobs: + sqaaas_job: + runs-on: ubuntu-latest + name: Job that triggers SQAaaS platform + steps: + - name: SQAaaS assessment step + uses: eosc-synergy/sqaaas-assessment-action@v1 + with: + repo: 'https://github.com/interTwin-eu/itwinai' + branch: 'sqaaas-code'