Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ybiquitous/.github

GitHub related repo for ybiquitous
https://github.com/ybiquitous/.github

Last synced: 15 days ago
JSON representation

GitHub related repo for ybiquitous

Awesome Lists containing this project

README

        

# .github

Common GitHub stuffs in [github.com/ybiquitous](https://github.com/ybiquitous).

## Reusable workflows

### Ruby

- [Test](.github/workflows/ruby-test-reusable.yml)
- [Release](.github/workflows/ruby-release-reusable.yml)

See the [example](.github/workflows/ruby-ci.yml).

### Node.js

- [Test](.github/workflows/nodejs-test-reusable.yml)
- [Lint](.github/workflows/nodejs-lint-reusable.yml)
- [Release](.github/workflows/nodejs-release-reusable.yml)

See the [example](.github/workflows/nodejs-ci.yml).

### Dependabot

- [Auto-merge](.github/workflows/dependabot-auto-merge-reusable.yml)

See the [example](.github/workflows/dependabot-auto-merge.yml).