Skip to content

exercises(anagram): sync tests (#544) #206

exercises(anagram): sync tests (#544)

exercises(anagram): sync tests (#544) #206

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