Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Add ipfs/go-block-format back to uci #496

Add ipfs/go-block-format back to uci

Add ipfs/go-block-format back to uci #496

Workflow file for this run

on:
pull_request:
paths:
- 'configs/*.json'
name: Check Config
jobs:
check-config:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: check if config files are sorted alphabetically
run: |
for config in configs/*.json; do
echo "::group::$config"
.github/workflows/check-config.sh $config
echo "::endgroup::"
done