Cmr 9482 - fixing calling the DB more times than is necessary and passing through the client request id to metadata_db #169
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CMR Checks | |
on: | |
pull_request: | |
branches: [ master, main ] | |
jobs: | |
cloc: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Remove non-CMR directories | |
run: | | |
rm -rf browse-scaler | |
rm -rf graph-db | |
rm -rf legacy-migration | |
rm -rf other | |
rm -rf system-validation-test | |
rm -rf tea-config-generator | |
rm -rf token-service-client | |
- name: Count Lines of Code (cloc) | |
uses: djdefi/cloc-action@5 |