Skip to content

issue related to modal + modal header + modal buttons #2385

issue related to modal + modal header + modal buttons

issue related to modal + modal header + modal buttons #2385

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master", "*.*-dev" ]
pull_request:
branches: [ "master", "*.*-dev" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: make build
- name: Run distcheck
run: make clean