Skip to content

MET-6274 List Behaviour / Styling tweaks #17

MET-6274 List Behaviour / Styling tweaks

MET-6274 List Behaviour / Styling tweaks #17

Workflow file for this run

name: '* CI'
on:
push
jobs:
run-unit:
name: 'tests'
uses: ./.github/workflows/run-tests.yaml
secrets: inherit
run-sonar:
needs: [run-unit]
uses: ./.github/workflows/run-sonar.yaml
secrets: inherit