mirror of
https://github.com/elementor/hello-theme.git
synced 2025-10-04 15:42:19 +08:00
New: Add Github actions lint + build [ARCH-38] (#159)
* New: Add Github actions lint + build [ARCH-38] * move to right folder * remove if * change name * remove unused code * fix * fix lint js * fix phplint + temp * change php * remove temp
This commit is contained in:
parent
1cc44a62eb
commit
36986aa3ee
16 changed files with 11977 additions and 117 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
|||
node_modules/
|
||||
.sass-cache/
|
||||
build/
|
||||
hello-elementor/
|
||||
log/
|
||||
vendor/
|
||||
composer.lock
|
||||
|
@ -14,3 +15,4 @@ Thumbs.db
|
|||
yarn.lock
|
||||
assets/js/
|
||||
*.css
|
||||
*.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue