Skip to content

Commit

Permalink
🙄: add symbolic link envr.sh to conform to github workflow's arbitrar…
Browse files Browse the repository at this point in the history
…y extension requirements
  • Loading branch information
JPHutchins committed Nov 24, 2023
1 parent 385eb7f commit fb643c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:

- name: lint
run: |
. ./envr.ps1
. ./envr.sh
lint
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:

- name: Test
run: |
. ./envr.ps1
. ./envr.sh
test
1 change: 1 addition & 0 deletions envr.sh

0 comments on commit fb643c8

Please sign in to comment.