Skip to content

Commit

Permalink
Removed debug code to license_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noah1013 committed May 15, 2024
1 parent 69e53e9 commit c7abfde
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
fi

0 comments on commit c7abfde

Please sign in to comment.