mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #15510 from ZhongRuoyu/actionlint-macos-13
This commit is contained in:
commit
e9a1cd41d7
3
.github/actionlint.yaml
vendored
3
.github/actionlint.yaml
vendored
@ -2,9 +2,6 @@ self-hosted-runner:
|
|||||||
# Labels of self-hosted runner in array of strings.
|
# Labels of self-hosted runner in array of strings.
|
||||||
labels:
|
labels:
|
||||||
- 11-arm64
|
- 11-arm64
|
||||||
# FIXME: Remove `macos-13` when resolved:
|
|
||||||
# https://github.com/rhysd/actionlint/issues/296
|
|
||||||
- macos-13
|
|
||||||
# Configuration variables in array of strings defined in your repository or
|
# Configuration variables in array of strings defined in your repository or
|
||||||
# organization. `null` means disabling configuration variables check.
|
# organization. `null` means disabling configuration variables check.
|
||||||
# Empty array means no configuration variable is allowed.
|
# Empty array means no configuration variable is allowed.
|
||||||
|
2
.github/workflows/actionlint.yml
vendored
2
.github/workflows/actionlint.yml
vendored
@ -6,9 +6,11 @@ on:
|
|||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/*.ya?ml'
|
- '.github/workflows/*.ya?ml'
|
||||||
|
- '.github/actionlint.yaml'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/*.ya?ml'
|
- '.github/workflows/*.ya?ml'
|
||||||
|
- '.github/actionlint.yaml'
|
||||||
merge_group:
|
merge_group:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user