Skip to content

Commit

Permalink
Add SQA Action
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 28, 2024
2 parents 3049084 + f259cb3 commit cef2d04
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/sqaaas.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: SQAaaS IM

on:
push:
branches: ["master"]
pull_request:
branches: ["master"]

jobs:

sqaaas_job:
runs-on: ubuntu-latest
steps:
- uses: eosc-synergy/sqaaas-assessment-action@v2

0 comments on commit cef2d04

Please sign in to comment.