UNPKG

dummy-souseki

Version:

Displays the dummy text with Souseki Natsume 'kokoro'.

21 lines (20 loc) 356 B
version: 2.1 jobs: test: docker: - image: circleci/node:12 steps: - checkout - run: name: install depedencies command: yarn install - run: name: lint command: yarn run lint - run: name: test command: yarn run test workflows: test: jobs: - test