File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : ci
2+ on : [push]
3+
4+ jobs :
5+ test :
6+ runs-on : ubuntu-latest
7+ name : Run tests
8+ steps :
9+ - uses : actions/checkout@v3
10+ - uses : actions/setup-node@v2
11+ with :
12+ node-version : ' 12'
13+ cache : ' npm'
14+ - name : Install dependencies
15+ run : |
16+ npm install -g npm@latest
17+ npm install
18+ - name : Run tests
19+ run : npm test
Original file line number Diff line number Diff line change 1- .circleci
1+ .github
22/example
33.cache
44dist
Original file line number Diff line number Diff line change 1- [ ![ NPM version] [ npm-version-image ]] [ npm-url ] [ ![ Build Status ] ( https://circleci .com/gh/ datatrans/react-datatrans-light-box.png?circle-token=:circle-token )] ( https://circleci.com/gh/datatrans/react-datatrans-light-box )
1+ [ ![ NPM version] [ npm-version-image ]] [ npm-url ] ![ CI ] ( https://github .com/datatrans/react-datatrans-light-box/actions/workflows/ci.yml/badge.svg?branch=master )
22
33# Datatrans React Light Box
44
You can’t perform that action at this time.
0 commit comments