mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Delete lowercase_files.yml
This commit is contained in:
parent
b6b66ea4cc
commit
a82dc80d23
15
.github/workflows/lowercase_files.yml
vendored
15
.github/workflows/lowercase_files.yml
vendored
|
@ -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/' {} \;
|
|
Loading…
Reference in New Issue
Block a user