Skip to content

build(deps): bump actions/checkout from 3.6.0 to 4.0.0 #294

build(deps): bump actions/checkout from 3.6.0 to 4.0.0

build(deps): bump actions/checkout from 3.6.0 to 4.0.0 #294

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