name: Lint code base
# Set the type of machine to run on
runs-on: ubuntu-latest
env:
working-directory : ./UOP1_Project/
- run: dotnet-format -f UOP1_Project/Assets/Scripts -v d
- name: format
run: dotnet-format -f Assets/Scripts -v d
working-directory: ${{env.working-directory}}
- name: Commit changes
uses: EndBug/add-and-commit@v5
with: