Skip to content

Add multi-gas filtering to gas filters #20058

Add multi-gas filtering to gas filters

Add multi-gas filtering to gas filters #20058

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