Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remarkablemark/codeclimate-github-actions-examples
Code Climate GitHub Actions workflow examples
https://github.com/remarkablemark/codeclimate-github-actions-examples
actions codeclimate demo examples github github-actions javascript workflow
Last synced: 25 days ago
JSON representation
Code Climate GitHub Actions workflow examples
- Host: GitHub
- URL: https://github.com/remarkablemark/codeclimate-github-actions-examples
- Owner: remarkablemark
- License: mit
- Created: 2023-05-08T00:22:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-15T09:06:55.000Z (6 months ago)
- Last Synced: 2024-11-11T17:53:30.005Z (2 months ago)
- Topics: actions, codeclimate, demo, examples, github, github-actions, javascript, workflow
- Language: JavaScript
- Homepage:
- Size: 130 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# codeclimate-github-actions-examples
[![Maintainability](https://api.codeclimate.com/v1/badges/d721340646b2a2b189e4/maintainability)](https://codeclimate.com/github/remarkablemark/codeclimate-github-actions-examples/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/d721340646b2a2b189e4/test_coverage)](https://codeclimate.com/github/remarkablemark/codeclimate-github-actions-examples/test_coverage)Code Climate GitHub Actions [workflow](.github/workflows) examples using [`remarkablemark/setup-codeclimate`](https://github.com/remarkablemark/setup-codeclimate):
| Workflow | Badge |
| --- | --- |
| [cli-name](.github/workflows/cli-name.yml) | [![cli-name](https://github.com/remarkablemark/codeclimate-github-actions-examples/actions/workflows/cli-name.yml/badge.svg)](https://github.com/remarkablemark/codeclimate-github-actions-examples/actions/workflows/cli-name.yml) |
| [javascript](.github/workflows/javascript.yml) | [![javascript](https://github.com/remarkablemark/codeclimate-github-actions-examples/actions/workflows/javascript.yml/badge.svg)](https://github.com/remarkablemark/codeclimate-github-actions-examples/actions/workflows/javascript.yml) |
| [linux](.github/workflows/linux.yml) | [![linux](https://github.com/remarkablemark/codeclimate-github-actions-examples/actions/workflows/linux.yml/badge.svg)](https://github.com/remarkablemark/codeclimate-github-actions-examples/actions/workflows/linux.yml) |
| [macos](.github/workflows/macos.yml) | [![macos](https://github.com/remarkablemark/codeclimate-github-actions-examples/actions/workflows/macos.yml/badge.svg)](https://github.com/remarkablemark/codeclimate-github-actions-examples/actions/workflows/macos.yml) |
| [version](.github/workflows/version.yml) | [![version](https://github.com/remarkablemark/codeclimate-github-actions-examples/actions/workflows/version.yml/badge.svg)](https://github.com/remarkablemark/codeclimate-github-actions-examples/actions/workflows/version.yml) |
| [windows](.github/workflows/windows.yml) | [![windows](https://github.com/remarkablemark/codeclimate-github-actions-examples/actions/workflows/windows.yml/badge.svg)](https://github.com/remarkablemark/codeclimate-github-actions-examples/actions/workflows/windows.yml) |## License
[MIT](LICENSE)