Skip to content

Sync the resistor-color exercise's docs with the latest data. #486

Sync the resistor-color exercise's docs with the latest data.

Sync the resistor-color exercise's docs with the latest data. #486

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