Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stephenmoloney/ci-actions

Docker build tools for containers targeting ci pipeline actions.
https://github.com/stephenmoloney/ci-actions

actions ci dockerfile format github-actions helm-lint lint linter linting prettier remark-lint

Last synced: 16 days ago
JSON representation

Docker build tools for containers targeting ci pipeline actions.

Awesome Lists containing this project

README

        

# ci-actions
![Build Status](https://img.shields.io/travis/stephenmoloney/ci-actions/master.svg?style=flat)
![License](https://img.shields.io/github/license/stephenmoloney/ci-actions.svg?style=flat-square)

ci-actions is a collection of tasks targetting ci pipelines

The collections are outlined in the tables below with
links to the readme of the specific action.

## Linting

| Linting Package | Purpose | Dockerhub Image Name | Recent Image Tags |
| ---------------------------------------------------------------------------------------- | --------------------------------- | ---------------------------------------------------------------------------------------- | -------------------------- |
| [helm](https://github.com/stephenmoloney/ci-actions/tree/master/helm/README.md) | For linting helm templates | [smoloney/ci-actions-helm](https://hub.docker.com/r/smoloney/ci-actions-helm) | `latest`, `2.12.3` |
| [prettier](https://github.com/stephenmoloney/ci-actions/tree/master/prettier/README.md) | For linting various file types | [smoloney/ci-actions-prettier](https://hub.docker.com/r/smoloney/ci-actions-prettier) | `latest`, `1.16.4` |
| [remark](https://github.com/stephenmoloney/ci-actions/tree/master/remark/README.md) | For linting various file types | [smoloney/ci-actions-remark](https://hub.docker.com/r/smoloney/ci-actions-remark) | `latest`, `6.0.4` |

## Formatting

| Formatting Package | Purpose | Dockerhub Image Name | Recent Image Tags |
| ---------------------------------------------------------------------------------------- | --------------------------------- | ---------------------------------------------------------------------------------------- | -------------------------- |
| [prettier](https://github.com/stephenmoloney/ci-actions/tree/master/prettier/README.md) | For formatting various file types | [smoloney/ci-actions-prettier](https://hub.docker.com/r/smoloney/ci-actions-prettier) | `latest`, `1.16.4` |

## Tests

Run the tests

```shell
bash test.sh
```

## License

[MIT](LICENSE.txt)