Add close button as html and add new styling from design #59
Workflow file for this run
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-css: | |
uses: Liquipedia/CI-templates/.github/workflows/.css-ci.yml@main |