Add nonce attribute to all JavaScript tags in templates and HTML page… #190
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PHP Codeception Tests - develop | |
on: | |
push: | |
schedule: | |
- cron: "0 0 * * 0" | |
jobs: | |
tests: | |
uses: humhub/actions/.github/workflows/module-tests-develop.yml@main | |
with: | |
module-id: custom_pages | |
install-composer: true |