Skip to content
refresh-ccw

GitHub Action

@actalog/node-ci

v3.0.2 Latest version

@actalog/node-ci

refresh-ccw

@actalog/node-ci

CI pipeline for Node.js: setup, conditional scripts, SonarCloud, artifacts, and PR reports

Installation

Copy and paste the following snippet into your .yml file.

              

- name: @actalog/node-ci

uses: actalog/[email protected]

Learn more about this action in actalog/node-ci

Choose a version

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