Skip to content

Bump actions/checkout from 3.4.0 to 4.1.0 #52

Bump actions/checkout from 3.4.0 to 4.1.0

Bump actions/checkout from 3.4.0 to 4.1.0 #52

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