File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 push : null
66 pull_request : null
77
8- permissions : { }
8+ permissions : {}
99
1010jobs :
1111 build :
3131 env :
3232 # To report GitHub Actions status checks
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34- VALIDATE_ALL_CODEBASE : true
34+ VALIDATE_ALL_CODEBASE : false
3535 VALIDATE_CSS_PRETTIER : false
3636 VALIDATE_HTML_PRETTIER : false
3737 VALIDATE_JAVASCRIPT_STANDARD : false
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ if (currentYear !== baseYear) {
1616const copyrightElement = document . createElement ( 'div' ) ;
1717copyrightElement . innerHTML = `Smart Cooking © ${ yearString } . All rights reserved.` ;
1818
19- // Append the generated element to the body (or a specific container)
19+ // Append the generated element to the body
2020document . body . appendChild ( copyrightElement ) ;
You can’t perform that action at this time.
0 commit comments