Skip to content

Improve no-important-files-changed workflow #69

Improve no-important-files-changed workflow

Improve no-important-files-changed workflow #69

Workflow file for this run

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@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Check that every file has no trailing whitespace, and exactly one final newline
run: ./.github/bin/lint-whitespace