mirror of
https://github.com/vlang/v.git
synced 2025-09-09 15:27:05 -04:00
ci: bump creyD/prettier_action from 4.5 to 4.6 (#24687)
This commit is contained in:
parent
cc5b31769f
commit
b421e67b06
2
.github/workflows/module_docs_lint.yml
vendored
2
.github/workflows/module_docs_lint.yml
vendored
@ -14,6 +14,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Check Formatting
|
- name: Check Formatting
|
||||||
uses: creyD/prettier_action@v4.5
|
uses: creyD/prettier_action@v4.6
|
||||||
with:
|
with:
|
||||||
prettier_options: --check cmd/tools/vdoc/theme
|
prettier_options: --check cmd/tools/vdoc/theme
|
||||||
|
2
.github/workflows/workflow_lint.yml
vendored
2
.github/workflows/workflow_lint.yml
vendored
@ -20,6 +20,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Verify formatting
|
- name: Verify formatting
|
||||||
uses: creyD/prettier_action@v4.5
|
uses: creyD/prettier_action@v4.6
|
||||||
with:
|
with:
|
||||||
prettier_options: --check **.yml
|
prettier_options: --check **.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user