Fixed partials and overrides. Added analytics and meta blocks to header.
This commit is contained in:
parent
71130424e3
commit
407ff4b6e9
85 changed files with 77 additions and 11880 deletions
7
.github/workflows/mega-linter.yml
vendored
7
.github/workflows/mega-linter.yml
vendored
|
|
@ -1,19 +1,14 @@
|
|||
# MegaLinter GitHub Action configuration file
|
||||
# More info at https://megalinter.io
|
||||
---
|
||||
name: MegaLinter
|
||||
name: Lint
|
||||
|
||||
# Trigger mega-linter at every push. Action will also be visible from
|
||||
# Pull Requests to main
|
||||
on:
|
||||
# Comment this line to trigger action only on pull-requests
|
||||
# (not recommended if you don't pay for GH Actions)
|
||||
push:
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
# Comment env block if you do not want to apply fixes
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue