File tree Expand file tree Collapse file tree 4 files changed +3534
-3517
lines changed
Expand file tree Collapse file tree 4 files changed +3534
-3517
lines changed Original file line number Diff line number Diff line change 1717 echo "$filename"
1818 ./csvlint -lazyquotes "$filename" # TODO: remove lazyquotes when https://github.com/Clever/csvlint/issues/45 will be addressed
1919 done
20+ openapi :
21+ runs-on : ubuntu-latest
22+ steps :
23+ - name : Checkout
24+ uses : actions/checkout@v4
25+ - name : Generate OpenAPI schema
26+ run : |
27+ make install
28+ make openapi-generate
2029 sqlite :
2130 runs-on : ubuntu-latest
2231 steps :
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ A RESTful API for Pokémon - [pokeapi.co](https://pokeapi.co)
3333- [ Join Us On Slack!] ( #join-us-on-slack )
3434- [ Contributing] ( #contributing )
3535
36- ## Setup <a id =" setup " ></a >   ; [ ![ pyVersion310 ] ( https://img.shields.io/badge/python-3.12-blue.svg )] ( https://www.python.org/download/releases/3.10 / )
36+ ## Setup <a id =" setup " ></a >   ; [ ![ pyVersion312 ] ( https://img.shields.io/badge/python-3.12-blue.svg )] ( https://www.python.org/downloads/release/python-3128 / )
3737
3838- Download this source code into a working directory, be sure to use the flag ` --recurse-submodules ` to clone also our submodules.
3939
You can’t perform that action at this time.
0 commit comments