aboutsummaryrefslogtreecommitdiff
path: root/script/cibuild
blob: 55657043c0a0bf72ddc7828d661801296a04aaf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash
set -e # halt script on error

# Run jekyll
./script/run_jekyll.sh

# Validate JSON
./script/validate_json.rb
./script/ping_websites.rb

# Check if files are properly formatted
./script/check_files_formatting.sh