Skip to content

Visual Overdose - Hard Force #19998

Visual Overdose - Hard Force

Visual Overdose - Hard Force #19998

Workflow file for this run

name: EditorConfig Check
# Cancel older jobs on PRs when new changes are pushed
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
jobs:
build:
name: EditorConfig Check
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Check for CRLF, trailing whitespace, and missing final newlines
run: Tools/check_crlf.py