Skip to content

Bump actions/checkout from 4.1.7 to 4.2.2 #89

Bump actions/checkout from 4.1.7 to 4.2.2

Bump actions/checkout from 4.1.7 to 4.2.2 #89

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