change used js hook in attempt to better time loading of codemirror (… #84
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: Code Style | |
on: [ push, pull_request, workflow_dispatch ] | |
jobs: | |
test-php: | |
uses: Liquipedia/CI-templates/.github/workflows/.php-ci.yml@main | |
test-javascript: | |
uses: Liquipedia/CI-templates/.github/workflows/.javascript-ci.yml@main | |
test-css: | |
uses: Liquipedia/CI-templates/.github/workflows/.css-ci.yml@main |