We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4aeb1a6 + f1be22a commit 29ccbdcCopy full SHA for 29ccbdc
1 file changed
.github/workflows/database.yml
@@ -17,6 +17,15 @@ jobs:
17
echo "$filename"
18
./csvlint -lazyquotes "$filename" # TODO: remove lazyquotes when https://github.com/Clever/csvlint/issues/45 will be addressed
19
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
29
sqlite:
30
runs-on: ubuntu-latest
31
steps:
0 commit comments