mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
update precommit markdownlint and add permissions on workflow files (#1246)
test out some precommit hooks and other updates --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/arm_mac_gcc.yml
vendored
3
.github/workflows/arm_mac_gcc.yml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
arm64_gcc:
|
||||
name: ARM64 GCC
|
||||
|
||||
4
.github/workflows/pr_merged.yml
vendored
4
.github/workflows/pr_merged.yml
vendored
@@ -3,6 +3,10 @@ on:
|
||||
pull_request_target:
|
||||
types: [closed]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-request: write
|
||||
|
||||
jobs:
|
||||
label-merged:
|
||||
name: Changelog needed
|
||||
|
||||
Reference in New Issue
Block a user