Skip to content

Commit 297a2df

Browse files
committed
fish too
1 parent 39bc4c4 commit 297a2df

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.bash_profile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# PATH setup via ~/.paths
44
setupPATH() {
5-
# Credit to https://github.com/davidaurelio/dotfiles/blob/main/.profile for the technique
5+
# Credit to https://github.com/davidaurelio/dotfiles/blob/main/.profile for the technique of resolving $variables
66
while read -r P; do
77
P=`eval echo $P`
88
if [ -d "$P" ]; then

.github/workflows/shellcheck.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10+
# I tried 4 of the top shellcheck actions. They all kinda suck. Not providing much output, not letting me run it on all files, etc. On this one for now, but happy to change it later.
1011
- uses: Azbagheri/shell-linter@latest
1112
with:
1213
severity: error
1314
path: ".exports,.functions,.macos,.aliases,.bash_prompt,.bash_profile,.bashrc"
15+
- name: Fish syntax check
16+
uses: fish-shop/syntax-check@v2

0 commit comments

Comments
 (0)