Skip to content

[bug] make license-headers should run on shell scripts #290

@ianlewis

Description

@ianlewis

repo-template/Makefile

Lines 110 to 127 in 9747d1c

git ls-files --deduplicate \
'*.c' \
'*.cpp' \
'*.go' \
'*.h' \
'*.hpp' \
'*.ts' \
'*.js' \
'*.lua' \
'*.py' \
'*.rb' \
'*.rs' \
'*.toml' \
'*.yaml' \
'*.yml' \
'Makefile' \
| while IFS='' read -r f; do [ -f "$${f}" ] && echo "$${f}" || true; done \
); \

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions