ci: workflow to check bundle files (#2126)
fail if `bundle.min.css` or `bundle.min.js` differes from a `make bundle` output Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
This commit is contained in:
parent
b66396857b
commit
d0107f7830
4 changed files with 46 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -35,6 +35,8 @@ coverage.xml
|
|||
node_modules
|
||||
lnbits/static/bundle.js
|
||||
lnbits/static/bundle.css
|
||||
lnbits/static/bundle.min.js.old
|
||||
lnbits/static/bundle.min.css.old
|
||||
docker
|
||||
|
||||
# Nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue