Skip to content
🔧

CI/CD YAML 생성기

네트워크 및 운영 · 무료 온라인 도구

GitHub Actions / GitLab CI 파이프라인 템플릿 생성.

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

Node.js 프로젝트용 v4-actions CI 워크플로를 생성합니다.

다중 트리거

push, pull_request 및 예약된 cron 트리거를 전환합니다.

.github에 드롭

.github/workflows/ci.yml로 저장하고 커밋합니다.

CI/CD YAML 생성기 사용 방법

  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.

주요 기능

  • 100% 무료 — 가입, 구독, 광고 없음
  • 브라우저에서만 실행 — 데이터는 기기를 떠나지 않습니다
  • 빠르고 가벼움 — 즉시 결과 확인
  • 크로스 플랫폼 — 데스크톱, 태블릿, 모바일 지원

자주 묻는 질문

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.

관련 도구