Skip to content

try core.autocrlf false in ci.yml #3929

try core.autocrlf false in ci.yml

try core.autocrlf false in ci.yml #3929

Workflow file for this run

name: Continuous Integration
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
run: git config --global core.autocrlf false

Check failure on line 14 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Continuous Integration

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 14, Col: 5): Unexpected value 'run'
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/mavenBuild.yml@master