Pretty format caniuse.json

This is so that diffs actually make sense.
This commit is contained in:
Quantum 2021-05-01 20:18:20 -04:00 committed by Guanzhong Chen
parent 09145f8987
commit 0b4e82ff7a
2 changed files with 225932 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- name: Download Can I use... data
run: |
curl -o resources/caniuse.json https://raw.githubusercontent.com/Fyrd/caniuse/master/data.json
curl -s https://raw.githubusercontent.com/Fyrd/caniuse/master/data.json | python3 -m json.tool > resources/caniuse.json
- name: Create pull request
uses: peter-evans/create-pull-request@v3
with:

File diff suppressed because one or more lines are too long