Skip to content

build(deps): bump actions/checkout from 4.1.0 to 4.1.4 #1074

build(deps): bump actions/checkout from 4.1.0 to 4.1.4

build(deps): bump actions/checkout from 4.1.0 to 4.1.4 #1074

Workflow file for this run

name: Lint whitespace
on: [push, pull_request, workflow_dispatch]
jobs:
lint_whitespace:
name: Lint whitespace
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Check that every file has no trailing whitespace, and exactly one final newline
run: ./.github/bin/lint-whitespace