-
First off thank you very much for the github action. I already implemented it in our plugin boilerplate CI: https://github.com/JUVOJustin/wordpress-plugin-boilerplate
However when the workflow clones…
-
Awesome tool!
Currently, [the docs show how to deploy with github actions](https://likec4.dev/tooling/github/), what would be the recommended approach for deploying with Gitlab and `.gitlab-ci.yml`…
-
[tact-lang/awesome-tact](https://github.com/tact-lang/awesome-tact)
-
Some recent PRs mentioned tidying the markdown code with https://github.com/sindresorhus/awesome-lint -- is it something that we could/should do automatically during CI, similar to how we do pylint & …
-
Thanks for the awesome tool!
I would like to use `mvnd` Docker image instead of https://hub.docker.com/_/maven for building/testing my projects in the CI/CD pipelines.
There is an [existing projec…
-
An initiative to improve the aesthetics of Polkadot SDK.
Initial writeup - https://hackmd.io/dK0y-MHCQDKiroJFsvKhGg
> Kian:
>
> In much the same way that "Das Auge isst mit" ("the eye eats with") e…
rzadp updated
4 weeks ago
-
**Minimal .gitlab-ci.yml illustrating the issue**
```yml
---
job:
script:
- echo $VAL1
- echo $VAL2
- echo $VAL3
- echo $VAL4
- echo $VAL5
```
```yml
# .gitlab-ci-l…
-
We should try to copy some other Awesome project's CI for checking rule conformance (since there is a tool and everything).
-
Thank you for awesome project.
One question though, Are you guys are testing Ansible in CI or anywhere before/after merging in master/main?
-
### Is there an existing feature request for this?
- [X] I have searched the existing issues.
### Command
_No response_
### Description
I'm running big project with 15+ packages (libs + apps) on …