mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Add lowercase_files.yml
This commit is contained in:
parent
fc62ac02fa
commit
169e32dae5
15
.github/workflows/lowercase_files.yml
vendored
Normal file
15
.github/workflows/lowercase_files.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
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 -type f -exec rename 'y/A-Z/a-z/' {} \;
|
Loading…
Reference in New Issue
Block a user