Text files should end with a valid new line character. 2

More information: https://insight.symfony.com/what-we-analyse/missing_e_o_l

  1. tags:
  2. jobs:
  3. ci:
  4. uses: laminas/workflow-continuous-integration/.github/workflows/continuous-integration.yml@1.x
  5. This file ends with no newline character, or with a different newline character than other files in your project. It won't render properly on a terminal, and it's considered a bad practice.

    Time to fix: about 15 minutes
    Read doc Open Issue Permalink
    Collective
  1. - name: Build Docs
  2. uses: dotkernel/documentation-theme/github-actions/docs@main
  3. env:
  4. DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  5. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  6. This file ends with no newline character, or with a different newline character than other files in your project. It won't render properly on a terminal, and it's considered a bad practice.

    Time to fix: about 15 minutes
    Read doc Open Issue Permalink
    Collective