also check vue files
All checks were successful
ci/woodpecker/push/check_fmt Pipeline was successful

This commit is contained in:
jopejoe1 2025-03-31 13:52:01 +02:00
parent c1264ac2fe
commit f30599b229
2 changed files with 4 additions and 2 deletions

View file

@ -18,8 +18,8 @@ services:
image: redis:latest
restart: unless-stopped
ports:
- '6379:6379'
volumes:
- "6379:6379"
volumes:
- redis:/data
volumes:

View file

@ -69,6 +69,8 @@
"*.scss"
"*.ts"
"*.yaml"
"*.yml"
"*.vue"
];
};
};