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

https://github.com/valian-ca/github-workflows

reusable GitHub Actions workflows
https://github.com/valian-ca/github-workflows

github workflows

Last synced: 2 months ago
JSON representation

reusable GitHub Actions workflows

Awesome Lists containing this project

README

          

# GitHub Actions Workflows

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

This repository defines reusable GitHub Actions workflows for this organisation.

## Contributing

### Linting Commits Locally

Run the following to setup automatic linting of commits:

```shell
# install dependencies and git hooks
npm install
```