Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update dependency @types/node to v20.19.27#1014

Update dependency @types/node to v20.19.27

Update dependency @types/node to v20.19.27 #1014

name:Validate Codeowners
on:
workflow_dispatch:
pull_request:
jobs:
validate-codeowners:
runs-on:ubuntu-latest
steps:
-name:"Checkout source code at current commit"
uses:actions/checkout@v4
-uses:mszostok/codeowners-validator@v0.5.0
if:github.event.pull_request.head.repo.full_name == github.repository
name:"Full check of CODEOWNERS"
with:
# For now, remove "files" check to allow CODEOWNERS to specify non-existent
# files so we can use the same CODEOWNERS file for Terraform and non-Terraform repos
# checks: "files,syntax,owners,duppatterns"
checks:"syntax,owners,duppatterns"
# GitHub access token is required only if the `owners` check is enabled
github_access_token:"${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
-uses:mszostok/codeowners-validator@v0.5.0
if:github.event.pull_request.head.repo.full_name != github.repository
name:"Syntax check of CODEOWNERS"
with:
checks:"syntax,duppatterns"

[8]ページ先頭

©2009-2025 Movatter.jp