Skip to content

Update ecip-1066.md #591

Update ecip-1066.md

Update ecip-1066.md #591

Workflow file for this run

name: ECIP Validation Workflow
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.10
- name: Validate the ECIP spec files
run: |
gem install bundler -v 2.4.22
bundle install --jobs 4 --retry 3
shopt -s globstar; bundle exec ecip_validator _specs/**/*.md