File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1+ version : 2.1
2+
3+ jobs :
4+ test :
5+ docker :
6+ - image : cimg/python:3.6.15
7+ steps :
8+ - checkout
9+ - run :
10+ name : Install deps
11+ command : poetry install
12+ # - run:
13+ # name: Clone data
14+ # command: poetry run ditto clone --dest-dir ./data
15+ # - run:
16+ # name: Analyze
17+ # command: poetry run ditto analyze --data-dir ./data
18+ # - run:
19+ # name: Transform
20+ # command: |
21+ # poetry run ditto transform \
22+ # --base-url='https://pokeapi.co' \
23+ # --src-dir=./data \
24+ # --dest-dir=./_gen
25+
26+ workflows :
27+ version : 2
28+ test :
29+ jobs :
30+ - test
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pokeapi-ditto"
3- version = " 1.0.0 "
3+ version = " 1.0.1 "
44description = " Ditto is a command line tool for performing meta operations over PokéAPI data."
55license = " Apache-2.0"
66authors = [
" Sargun Vohra <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments