Skip to content

Commit

Permalink
chore: Merge branch 'main' of github.com:riseup/ip-calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
riseup committed Feb 28, 2024
2 parents 3a56570 + ca923f8 commit 444aba4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: ci

on:
pull_request:
branches: [ main ]

push:
branches: [ main ]

workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.2
with:
node-version: '20'
cache: npm
- name: Build proyect
run: |
npm install
npm run build
- name: Run test
run: |
npm t
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![ci](https://github.com/riseup/ip-calculator/actions/workflows/ci.yml/badge.svg)](https://github.com/riseup/ip-calculator/actions/workflows/ci.yml)

IP Calculator
=============

Expand Down

0 comments on commit 444aba4

Please sign in to comment.