mirror of
https://github.com/vlang/v.git
synced 2025-09-08 14:51:53 -04:00
ci: run npx prettier --write **.yml
; ensure it is run on all .yml files, not just the ones in the .github/workflows/ folder
This commit is contained in:
parent
efff766665
commit
efe709eb34
4
.github/workflows/workflow_lint.yml
vendored
4
.github/workflows/workflow_lint.yml
vendored
@ -4,7 +4,7 @@ name: Workflow Lint
|
||||
## or just: `npm install --save-dev --save-exact prettier`
|
||||
|
||||
## If you already have `prettier` installed, to run it locally,
|
||||
## just run: `npx prettier --check .github/**/**.yml` .
|
||||
## just run: `npx prettier --check **.yml` .
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -22,4 +22,4 @@ jobs:
|
||||
- name: Verify formatting
|
||||
uses: creyD/prettier_action@v4.3
|
||||
with:
|
||||
prettier_options: --check .github/**/**.yml
|
||||
prettier_options: --check **.yml
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '3'
|
||||
version: "3"
|
||||
services:
|
||||
server:
|
||||
container_name: autobahn_server
|
||||
@ -16,6 +16,6 @@ services:
|
||||
- "8081:8080"
|
||||
client:
|
||||
container_name: autobahn_client
|
||||
build:
|
||||
dockerfile: vlib/net/websocket/tests/autobahn/ws_test/Dockerfile
|
||||
build:
|
||||
dockerfile: vlib/net/websocket/tests/autobahn/ws_test/Dockerfile
|
||||
context: ../../../../../
|
||||
|
Loading…
x
Reference in New Issue
Block a user