diff --git a/.github/workflows/license_check.yml b/.github/workflows/license_check.yml index d04c6e28e..3cb6cfedd 100644 --- a/.github/workflows/license_check.yml +++ b/.github/workflows/license_check.yml @@ -12,22 +12,9 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: List contents of femr directory - run: ls -laR . - - name: Check if file exists run: | if [ ! -f "./LICENSE" ]; then echo "File does not exist. Exiting with failure." exit 1 - fi -# - name: Check LICENSE file existence in femr directory -# id: check_license -# uses: andstor/file-existence-action@v3 -# with: -# files: "femr/LICENSE" -# fail: true -# -# - name: Fail if LICENSE does not exist in femr directory -# if: steps.check_license.outputs.files_exists == 'false' -# run: exit 1 \ No newline at end of file + fi \ No newline at end of file