Skip to content

Revert with password expiry disabled #271

Revert with password expiry disabled

Revert with password expiry disabled #271

Workflow file for this run

name: Check for LICENSE File in femr Directory
on:
push:
jobs:
check-license-file:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Check if file exists
run: |
if [ ! -f "./LICENSE" ]; then
echo "File does not exist. Exiting with failure."
exit 1
fi