Skip to content

Treat request-new-language-track repo as a track repo when syncing … #50

Treat request-new-language-track repo as a track repo when syncing …

Treat request-new-language-track repo as a track repo when syncing … #50

name: Lint whitespace
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
lint_whitespace:
name: Lint whitespace
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: Check that every file has no trailing whitespace, and exactly one final newline
run: ./.github/bin/lint-whitespace