]> begriffs open source - cmsis/commit
GitHub: Add action to check file headers.
authorJonatan Antoni <jonatan.antoni@arm.com>
Thu, 22 Jul 2021 11:54:47 +0000 (13:54 +0200)
committerJonatan Antoni <jonatan.antoni@arm.com>
Mon, 26 Jul 2021 15:59:31 +0000 (17:59 +0200)
commitef7da9bd4b36fe35f997e13bc9da04951ed521fb
tree628fdca6085bf7d53256ec22141983b812a967de
parentdb46a2edd44ba4d1113bce925a8f305c0f6ee1c1
GitHub: Add action to check file headers.

The check_header.sh script checks a given file for changes
made to its file header, i.e. @date and @version. For each
file that did not receive a proper update a warning message
is generated.
.github/workflows/fileheader.sh [new file with mode: 0755]
.github/workflows/fileheader.yml [new file with mode: 0644]