UNPKG

react-image-timeline

Version:

An image-centric timeline component for React.js. View chronological events in a pleasant way.

19 lines (16 loc) 259 B
version: 2 jobs: run_tests: parallelism: 1 shell: /bin/bash --login docker: - image: circleci/node:8.10 steps: - checkout - run: yarn - run: yarn test workflows: version: 2 workflow: jobs: - run_tests