Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dtgoitia/wipman


https://github.com/dtgoitia/wipman

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

## Test CI pipeline

Requires having [act][1] installed.

Run all workflows under `.github/workflows`:

```shell
act
```

Run a specific job:

```shell
act --job deploy-webapp
```

[1]: https://nektosact.com/beginner/index.html "act - User Guide"