Skip to content

Integrate code coverage with Makefile targets, nightly CI, and Codecov #128

Integrate code coverage with Makefile targets, nightly CI, and Codecov

Integrate code coverage with Makefile targets, nightly CI, and Codecov #128

name: Trailing Whitespace Check
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
check-whitespace:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check for trailing whitespaces
run: make check-trailing-whitespace