1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00
Files
fedora-coreos-config/.github/workflows/find-whitespace.yml

25 lines
676 B
YAML

# Template generated by https://github.com/coreos/repo-templates; do not edit downstream
name: Find Whitespace
on:
pull_request:
branches: [testing-devel]
permissions:
contents: read
jobs:
find-whitespace:
name: Find whitespace
runs-on: ubuntu-latest
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
steps:
- name: Check out repository
uses: actions/checkout@v6
# https://github.com/actions/checkout/issues/760
- name: Mark git checkout as safe
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Look for whitespace at the end of line
run: ci/find-whitespace