mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: bump creyD/prettier_action from 4.3 to 4.5 (#24439)
This commit is contained in:
parent
90ab5d2cdb
commit
b577475d48
2 changed files with 2 additions and 2 deletions
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.3
|
uses: creyD/prettier_action@v4.5
|
||||||
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.3
|
uses: creyD/prettier_action@v4.5
|
||||||
with:
|
with:
|
||||||
prettier_options: --check **.yml
|
prettier_options: --check **.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue