We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81cdf6 commit dda0e2fCopy full SHA for dda0e2f
.github/actions/common-setup/action.yml
@@ -12,13 +12,13 @@ runs:
12
MISE_ENV: dev
13
with:
14
version: 2026.2.4
15
- - shell: bash
16
- run: just dev_generate
17
# TODO document: https://github.com/actions/runner-images/issues/4849, https://github.com/actions/runner-images/issues/264
18
- uses: tecolicom/actions-use-apt-tools@v1
19
20
# TODO is there *really* not a backend for zsh in mise?
21
tools: zsh libnss3-tools
+ - shell: bash
+ run: just dev_generate
22
# without any additional options, this simply installs the latest version of the cli
23
- uses: 1password/load-secrets-action@v2
24
- uses: iloveitaly/github-action-direnv-load-and-mask@master
0 commit comments