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: 29 days ago
JSON representation

Code Climate GitHub Actions workflow examples

Awesome Lists containing this project

README

          

> [!WARNING]
>
> The Code Climate API has been disabled on **July 18th, 2025**.
>
> Any attempts to upload coverage to the Code Climate API (via the `cc-test-reporter`) will result in failed CI builds.
>
> To avoid disruption, you must remove (or comment out) any remaining references to the old `cc-test-reporter` within your CI scripts.
>
> See the [migration guide](https://docs.qlty.sh/migration/guide).

# 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)