Delete lowercase_files.yml

This commit is contained in:
hewig 2019-09-29 11:03:17 +08:00 committed by GitHub
parent b6b66ea4cc
commit a82dc80d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +0,0 @@
name: Lowercase file names
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Lowercase files in blockchain folder
run: |
find blockchains -execdir rename 'y/A-Z/a-z/' {} \;