Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielrufino/node-ci
Continuous Integration for Node.js projects
https://github.com/gabrielrufino/node-ci
actions ci github node workflow
Last synced: 7 days ago
JSON representation
Continuous Integration for Node.js projects
- Host: GitHub
- URL: https://github.com/gabrielrufino/node-ci
- Owner: gabrielrufino
- License: unlicense
- Created: 2023-12-14T16:17:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T01:31:34.000Z (6 months ago)
- Last Synced: 2024-05-28T07:56:51.468Z (6 months ago)
- Topics: actions, ci, github, node, workflow
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node CI
Continuous Integration for Node.js projects
## Getting started
```yml
name: CIon:
- pushjobs:
node-ci:
name: Node CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gabrielrufino/node-ci@main
```