Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stephenmoloney/ci-actions
- Owner: stephenmoloney
- License: mit
- Created: 2019-02-18T12:20:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T09:42:50.000Z (almost 6 years ago)
- Last Synced: 2024-11-12T14:33:31.520Z (3 months ago)
- Topics: actions, ci, dockerfile, format, github-actions, helm-lint, lint, linter, linting, prettier, remark-lint
- Language: Shell
- Homepage: https://hub.docker.com/r/smoloney/ci-actions-bundle
- Size: 35.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)