Skip to content

Commit 8973dd9

Browse files
committed
fix test
Signed-off-by: pco <pasquale.convertini@ibm.com>
1 parent 18900ad commit 8973dd9

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

.bash_profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# shellcheck disable=SC2148
2+
# shellcheck disable=SC1091
23

34
# Fix to prevent LMStudio polluting my dotfiles at every start
45
# https://github.com/lmstudio-ai/lmstudio-bug-tracker/issues/656#issuecomment-2938234807

.bashrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# shellcheck disable=SC2148
2+
# shellcheck disable=SC1091
23

34
# Fix to prevent LMStudio polluting my dotfiles at every start
45
# https://github.com/lmstudio-ai/lmstudio-bug-tracker/issues/656#issuecomment-2938234807

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ jobs:
2323
DOTFILES_REPO_DIR: ${{ github.workspace }}
2424
run: |
2525
./install.sh --deps --force
26+
dot-install
2627
2728
# Check dotfiles are installed
2829
- name: Check that the dotfiles have been correctly installed
2930
run: |
31+
ls -la ~
32+
dot-install
3033
ll ~

.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# shellcheck disable=SC2148
2+
# shellcheck disable=SC1091
23

34
# Fix to prevent LMStudio polluting my dotfiles at every start
45
# https://github.com/lmstudio-ai/lmstudio-bug-tracker/issues/656#issuecomment-2938234807

.stow-local-ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ README.md
55
backup
66
.git
77
.gitignore
8+
.github

0 commit comments

Comments
 (0)