mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
10 lines
271 B
YAML
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@v4
|
|
- name: Check for trailing whitespace
|
|
run: scripts/check_trailing_whitespace.sh
|