Skip to content

Bump actions/checkout from 4.1.5 to 4.1.6 (#368) #80

Bump actions/checkout from 4.1.5 to 4.1.6 (#368)

Bump actions/checkout from 4.1.5 to 4.1.6 (#368) #80

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