mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-05 06:49:46 +00:00
rename new workflow
This commit is contained in:
6
.github/workflows/json-yaml-validate.yml
vendored
6
.github/workflows/json-yaml-validate.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: actions-config-validation
|
||||
name: json-yaml-validate
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@ -11,12 +11,12 @@ permissions:
|
||||
pull-requests: write # enable write permissions for pull request comments
|
||||
|
||||
jobs:
|
||||
actions-config-validation:
|
||||
json-yaml-validate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: actions-config-validation
|
||||
- name: json-yaml-validate
|
||||
uses: GrantBirki/json-yaml-validate@3add42f5fa8bfff04a3fe664d27a316736257ef1 # pin@v2.3.1
|
||||
with:
|
||||
comment: "true" # enable comment mode
|
||||
|
Reference in New Issue
Block a user