also check vue files
All checks were successful
ci/woodpecker/push/check_fmt Pipeline was successful
All checks were successful
ci/woodpecker/push/check_fmt Pipeline was successful
This commit is contained in:
parent
c1264ac2fe
commit
f30599b229
2 changed files with 4 additions and 2 deletions
|
@ -18,8 +18,8 @@ services:
|
|||
image: redis:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '6379:6379'
|
||||
volumes:
|
||||
- "6379:6379"
|
||||
volumes:
|
||||
- redis:/data
|
||||
|
||||
volumes:
|
||||
|
|
|
@ -69,6 +69,8 @@
|
|||
"*.scss"
|
||||
"*.ts"
|
||||
"*.yaml"
|
||||
"*.yml"
|
||||
"*.vue"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue