Skip to content

Commit 2dfb497

Browse files
kianmengelvis kahoro
andauthored
Fix typos and add typos to CI (#167)
Co-authored-by: elvis kahoro <elvis@warp.dev>
1 parent 71893bc commit 2dfb497

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- name: Checkout sources
1313
uses: actions/checkout@v3
1414

15+
- name: Check typos
16+
uses: crate-ci/typos@master
17+
1518
- name: Install Rust toolchain
1619
uses: actions-rs/toolchain@v1
1720
with:

specs/laravel/laravel_migrate_fresh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ command: |-
55
tags:
66
- Laravel
77
- Php
8-
description: This command will drop all excisting tables and run Laravel database migrations after that
8+
description: This command will drop all existing tables and run Laravel database migrations after that
99
arguments: []
1010
source_url: "https://laravel.com/docs/10.x/migrations#running-migrations"
1111
author: Bert De Swaef

specs/laravel/laravel_migrate_fresh_seed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ command: |-
55
tags:
66
- Laravel
77
- Php
8-
description: This command will drop all excisting tables and run Laravel database migrations after that, with seeding the database at the end.
8+
description: This command will drop all existing tables and run Laravel database migrations after that, with seeding the database at the end.
99
arguments: []
1010
source_url: "https://laravel.com/docs/10.x/migrations#running-migrations"
1111
author: Bert De Swaef

specs/zip/compress_subdirectories_under_folder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: Compression all subdirectories and output each directory as a zip file.
3-
command: "for dir in $(ls -d {{directory}}*/); do (zip -r {{opitons}} {{output}}$(basename $dir){{name_with_str}}.zip ${dir}{{zip_pattern}} && echo -e \"Compressed to {{output}}$(basename $dir){{name_with_str}}.zip.\"); done"
3+
command: "for dir in $(ls -d {{directory}}*/); do (zip -r {{options}} {{output}}$(basename $dir){{name_with_str}}.zip ${dir}{{zip_pattern}} && echo -e \"Compressed to {{output}}$(basename $dir){{name_with_str}}.zip.\"); done"
44
tags:
55
- zip
66
description: Use zip to compress all subdirectories under a folder and output each directory as a zip file.
77
arguments:
88
- name: directory
99
description: Optional, The directory to execute. default is current directory.
1010
default_value: ./
11-
- name: opitons
11+
- name: options
1212
description: Optional, The options of zip command.
1313
default_value: -q
1414
- name: zip_pattern

0 commit comments

Comments
 (0)