Skip to content

Commit 29ccbdc

Browse files
authored
Merge pull request #1249 from PokeAPI/openapi-cicd
Enable openapi check
2 parents 4aeb1a6 + f1be22a commit 29ccbdc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
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:

0 commit comments

Comments
 (0)