Skip to content

Commit fec1b38

Browse files
authored
Merge branch 'master' into fix/serializer-openapi
2 parents a59db1b + 29ccbdc commit fec1b38

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.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)