Thanks to visit codestin.com Credit goes to github.com
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 82c85f8 + 29ccbdc commit 792721bCopy full SHA for 792721b
.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