Remove website online badge. #348
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: build | |
on: [push, pull_request, workflow_dispatch] | |
jobs: | |
tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install Dependencies | |
run: | | |
sudo apt-get install jq python3 python3-pip firefox && pip3 install -r requirements.txt | |
- name: HTML Validation | |
run: | | |
./tests/validators/html_validator.sh dist | |
- name: CSS Validation | |
run: | | |
./tests/validators/css_validator.sh dist |