Skip to content

Commit

Permalink
Merge branch 'master' into fivis
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnaukal authored Jan 29, 2024
2 parents f7d90d8 + 1367404 commit e1b3735
Show file tree
Hide file tree
Showing 128 changed files with 25,915 additions and 5,681 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: IVIS-CORE CI

on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Install server
working-directory: ./server
run: npm ci
- name: Test server
working-directory: ./server
run: npm test
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/.idea
/node_modules

node_modules
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# IVIS-CORE

[![IVIS-CORE CI](https://github.com/smartarch/ivis-core/actions/workflows/node.js.yml/badge.svg)](https://github.com/smartarch/ivis-core/actions/workflows/node.js.yml)

## Introduction
IVIS-CORE project provides core components, and modules in order to develop and realize modern Web applications for data visualization, and analytics.

Expand Down
4 changes: 3 additions & 1 deletion client/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/dist
/node_modules
/node_modules

.eslintrc.json
Loading

0 comments on commit e1b3735

Please sign in to comment.