Skip to content

CMR-9672: Fix CMR package files to support latest version of lein so that CMR can build in bamboo using the latest version #548

CMR-9672: Fix CMR package files to support latest version of lein so that CMR can build in bamboo using the latest version

CMR-9672: Fix CMR package files to support latest version of lein so that CMR can build in bamboo using the latest version #548

Workflow file for this run

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 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