diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..44e74c54d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Why is this file here in OAK? -> https://github.com/linkml/schema-automator/pull/104#issuecomment-1307388416 +# This file may be removed after funowl is fixed to work with platform-specific line endings. + +# https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings +# Declare files that will always have LF line endings on checkout. +*.ofn text eol=lf diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index aebe60889..c1c2e25aa 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -95,6 +95,7 @@ jobs: poetry run coverage combine poetry run coverage xml poetry run coverage report -m + shell: bash env: BIOPORTAL_API_KEY: ${{ secrets.BIOPORTAL_API_KEY }}