mirror of
https://github.com/DMOJ/online-judge.git
synced 2024-11-25 16:32:37 +08:00
Pretty format caniuse.json
This is so that diffs actually make sense.
This commit is contained in:
parent
09145f8987
commit
0b4e82ff7a
2
.github/workflows/caniuse.yml
vendored
2
.github/workflows/caniuse.yml
vendored
@ -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:
|
||||
|
225932
resources/caniuse.json
225932
resources/caniuse.json
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user