Skip to content

Add AI friendliness structure #1

Add AI friendliness structure

Add AI friendliness structure #1

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: Continuous integration
jobs:
code-quality:
name: Code quality
uses: dusk-network/.github/.github/workflows/run-make.yml@main
with:
make_target: cq
test:
name: Run tests
uses: dusk-network/.github/.github/workflows/run-make.yml@main
with:
make_target: test