Skip to content

feat: add lookup of module groups via meta-data #5

feat: add lookup of module groups via meta-data

feat: add lookup of module groups via meta-data #5

Workflow file for this run

name: testing
on:
- push
- pull_request
jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: docker compose run --rm lint
test:
runs-on: "ubuntu-latest"
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: docker compose run --rm test