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: 19 days 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: 2025-01-18T14:49:18.000Z (about 1 month ago)
- Last Synced: 2025-01-27T10:09:42.311Z (24 days ago)
- Topics: actions, ci, github, node, workflow
- Homepage: https://github.com/marketplace/actions/actalog-node-ci
- Size: 62.5 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:
- pull_request
- pushpermissions:
pull-requests: writejobs:
node-ci:
name: Node CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actalog/node-ci@v3
```