Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ybiquitous/.github
- Owner: ybiquitous
- License: mit
- Created: 2022-09-07T12:48:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T05:56:24.000Z (17 days ago)
- Last Synced: 2024-12-23T06:24:33.435Z (17 days ago)
- Language: Ruby
- Homepage:
- Size: 139 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).