Skip to content
🔧

Generador de YAML CI/CD

Redes y Operaciones · Herramienta online gratuita

Generar plantillas de pipeline GitHub Actions / GitLab CI.

Equipo CoderNewbie
ci.yml
# .github/workflows/ci.yml — Generated by codernewbie.com
name: CI

on:
  push:
    branches: ["main", "master"]
  pull_request:
    branches: ["main"]

jobs:
  build:
    runs-on: ubuntu-latest

    strategy:
      matrix:
        node-version: [20]

    steps:
      - uses: actions/checkout@v4
      - name: Use Node.js ${{ matrix.node-version }}
        uses: actions/setup-node@v4
        with:
          node-version: ${{ matrix.node-version }}
          cache: 'npm'
      - run: npm ci
      - run: npm run build
      - run: npm test

GitHub Actions

Genera un workflow CI de v4-actions para proyectos Node.js.

Múltiples triggers

Activa triggers de push, pull_request y cron programado.

Suelta en .github

Guarda como .github/workflows/ci.yml y commitea.

Cómo usar Generador de YAML CI/CD

  1. 1Enter the URL, IP address, or network parameter to look up.
  2. 2Click the lookup or test button.
  3. 3Review the detailed results in the output panel.
  4. 4Use the information for your network operations.

Características

  • 100% gratis — sin registro, sin suscripción, sin anuncios
  • Funciona íntegramente en tu navegador — los datos nunca salen de tu dispositivo
  • Rápida y ligera — resultados instantáneos
  • Multiplataforma — funciona en escritorio, tableta y móvil

Preguntas frecuentes

Are network lookups real-time?

Yes, IP lookups, DNS queries, and HTTP tests perform live network requests to provide current data.

Is my IP address logged?

The IP Lookup tool queries public geolocation APIs. We do not store your IP address or lookup history.

Herramientas relacionadas