Skip to content

Commit 2ac954c

Browse files
committed
Update
1 parent c2dff8e commit 2ac954c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

{{cookiecutter.project_name|replace(" ", "")}}/Taskfile.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ tasks:
4040
- uv sync --frozen --all-extras
4141

4242
init-direnv:
43-
desc: Sets up direnv
43+
desc: Sets up direnv locally
4444
internal: true
45+
status:
46+
- '{{ '{{if eq .GITHUB_ACTIONS "true"}}exit 0{{end}}' }}'
4547
cmds:
4648
- task: brew-install
4749
vars:

0 commit comments

Comments
 (0)