Skip to content

Commit d06da56

Browse files
Merge branch 'PokeAPI:master' into feature/devcontainer
2 parents 700aa71 + d039123 commit d06da56

File tree

4 files changed

+3534
-3517
lines changed

4 files changed

+3534
-3517
lines changed

.github/workflows/database.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ jobs:
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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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> &nbsp; [![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> &nbsp; [![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

0 commit comments

Comments
 (0)