Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/3821-block…
Browse files Browse the repository at this point in the history
…-validation-sidebar
  • Loading branch information
johnwatkins0 committed Dec 7, 2020
2 parents 07bb502 + 778838d commit d5631a1
Show file tree
Hide file tree
Showing 6 changed files with 608 additions and 366 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
continue-on-error: true

- name: Annotate code linting results
uses: ataylorme/[email protected]
# The action cannot annotate the PR diff when run from a PR fork
if: github.event.pull_request.head.repo.fork == false
uses: ataylorme/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
report-json: 'lint-js-report.json'
Expand Down
1 change: 1 addition & 0 deletions includes/sanitizers/class-amp-allowed-tags-generated.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d5631a1

Please sign in to comment.