ci: перевести пайплайн на quality bake и alpine
quality / commitlint (push) Skipped
quality / changes (push) Successful in 7s
quality / docker-check (push) Skipped
quality / web (push) Successful in 1m7s
quality / api (push) Successful in 44s
CD / quality (push) Successful in 2m3s
CD / publish (push) Successful in 3m31s

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-08-19 01:30:57 +07:00
co-authored by Cursor
parent a59e173f6d
commit f76b89c1df
29 changed files with 4250 additions and 204 deletions
+7
View File
@@ -39,4 +39,11 @@ export default defineConfig([
'react-refresh/only-export-components': 'off',
},
},
{
files: ['src/components/reui-kit/**/*.{ts,tsx}'],
rules: {
'react-refresh/only-export-components': 'off',
'react-hooks/incompatible-library': 'off',
},
},
])