contrib/mixin: Generate rules, fix tests

* Add Makefile
* Make tests runnable
* Add generated rule manifest file

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Manuel Rüger
2022-02-06 22:32:45 +01:00
parent 986a2b51f4
commit 72c33d8b05
5 changed files with 64 additions and 15 deletions

11
.github/workflows/contrib.yaml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: Test contrib/mixin
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.17.6"
- run: make -C contrib/mixin tools test