ci: separate build and lint pipelines

This commit is contained in:
2026-05-03 19:29:32 +02:00
parent e79fa7fdd1
commit dcf30ee389
3 changed files with 43 additions and 17 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
[![C-lang CI](https://github.com/klemek/margen/actions/workflows/ci.yml/badge.svg)](https://github.com/klemek/margen/actions/workflows/ci.yml)
[![](https://git.klemek.fr/klemek/margen/actions/workflows/lint.yml/badge.svg?branch=main&style=flat-square)](https://git.klemek.fr/klemek/margen/actions?workflow=lint.yml) [![](https://git.klemek.fr/klemek/margen/actions/workflows/build.yml/badge.svg?branch=main&style=flat-square)](https://git.klemek.fr/klemek/margen/actions?workflow=build.yml)
# margen
@@ -90,4 +90,4 @@ git push origin master --tags
# attach .tar.gz to the github release
make -f Makefile.dev release-arch
# attach .pkg.tar.zst to the github release
```
```