Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit c9b7c51

Browse files
authored
use validate-yaml-schema action from mainline (#277)
1 parent 0454bfc commit c9b7c51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check-yaml.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
16-
# TODO: switch to mainline once https://github.com/nwisbeta/validate-yaml-schema/pull/21 is merged
17-
- uses: galargh/validate-yaml-schema@c8060d4a389d0eec986a90665bf0c496bf1f52e8
16+
- uses: nwisbeta/validate-yaml-schema@c3734e647d2a3beb98b9132330067e900fdbd1a2 # v2.0.0
1817
with:
1918
yamlSchemasJson: |
2019
{

0 commit comments

Comments
 (0)