File tree Expand file tree Collapse file tree 5 files changed +46
-43
lines changed
Expand file tree Collapse file tree 5 files changed +46
-43
lines changed Original file line number Diff line number Diff line change 11name : Build and Publish Docker Image
22
33on :
4- push :
5- branches : [main, staging]
64 workflow_call :
5+ workflow_dispatch :
76
87permissions :
98 contents : read
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main, staging]
88
9+ concurrency :
10+ group : ci-${{ github.ref }}
11+ cancel-in-progress : false
12+
913jobs :
1014 test :
1115 name : Test and Build
Original file line number Diff line number Diff line change 113113 "zod" : " ^3.24.2"
114114 },
115115 "devDependencies" : {
116+ "@tailwindcss/postcss" : " 4.1.13" ,
116117 "@testing-library/jest-dom" : " ^6.6.3" ,
117118 "@types/html-to-text" : " 9.0.4" ,
118119 "@types/js-yaml" : " 4.0.9" ,
Original file line number Diff line number Diff line change 11/** @type {import('postcss-load-config').Config } */
22const config = {
33 plugins : {
4- tailwindcss : { } ,
4+ '@ tailwindcss/postcss' : { } ,
55 } ,
66}
77
You can’t perform that action at this time.
0 commit comments