Skip to content

Commit

Permalink
🧑‍💻 Add executable mode for convenient
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jan 12, 2023
1 parent 34bbce4 commit 333aedc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitlint
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env -S gitlint -C
[ignore-by-title]
regex=.*
ignore=body-is-missing
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env -S pre-commit run -ac
---
exclude: ^assets/txt/.*\.txt$
repos:
Expand Down
1 change: 1 addition & 0 deletions .yamllint.yml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env -S yamllint -c
---
extends: default

Expand Down
1 change: 1 addition & 0 deletions CITATION.cff
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env -S scripts/generate-CITATION.cff.pl pyproject.toml
---
cff-version: 1.2.0
message: If you use this software, please cite it as below.
Expand Down
1 change: 1 addition & 0 deletions Makefile
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env -S make -f
PREFIX = /usr
BINNAME = trans
THEMIS = themis
Expand Down

0 comments on commit 333aedc

Please sign in to comment.