Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 251 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 251 Bytes

Node CI

Continuous Integration for Node.js projects

Getting started

name: CI

on:
  - push

jobs:
  node-ci:
    name: Node CI
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: actalog/node-ci@v3