jemalloc/.github/workflows/check_formatting.yaml
2026-04-20 19:40:42 -07:00

10 lines
271 B
YAML

name: 'Check Formatting'
on: [pull_request]
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Check for trailing whitespace
run: scripts/check_trailing_whitespace.sh