Changed the second command in make lint to use the proper branch name
Changed double brackets to single brackets in generate-swagger-ui.sh script since #!/bin/sh shebang is being used
The GitHub Actions workflow is all green in my forked repository so I think the changes are adequate.
With that said, if any further changes/improvements are required please let me know.
This PR aims to address issue #44
Things changed:
make lint
to use the proper branch namegenerate-swagger-ui.sh
script since#!/bin/sh
shebang is being usedThe GitHub Actions workflow is all green in my forked repository so I think the changes are adequate. With that said, if any further changes/improvements are required please let me know.