Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actalog/node-ci
🔄 Continuous Integration for Node.js projects
https://github.com/actalog/node-ci
actions ci github node workflow
Last synced: about 1 month ago
JSON representation
🔄 Continuous Integration for Node.js projects
- Host: GitHub
- URL: https://github.com/actalog/node-ci
- Owner: actalog
- License: unlicense
- Created: 2023-12-14T16:17:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T19:57:41.000Z (about 2 months ago)
- Last Synced: 2024-12-06T14:07:18.350Z (about 1 month ago)
- Topics: actions, ci, github, node, workflow
- Homepage:
- Size: 61.5 KB
- Stars: 1
- 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: actalog/node-ci@v3
```