Delete config.yml

master
urbicide 2020-08-30 16:59:24 +03:00 committed by GitHub
parent 91c65830fd
commit dde569d728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
version: 2
jobs:
build:
docker:
- image: python:3
steps:
- run:
name: install validator
command: pip install html5validator
- run:
name: install OpenJDK
command: apt update && apt install -y openjdk-8-jre
- checkout
- run:
name: validate html
command: html5validator --root .
- run:
name: validate css
command: html5validator --css --root ./css