CMR-9260 creating the ingest and search draft concept API documents. #108
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 |