We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0dad28 commit 7abf7e3Copy full SHA for 7abf7e3
1 file changed
.github/workflows/quality-checks-devcontainer.yml
@@ -39,10 +39,12 @@ jobs:
39
shell: bash
40
steps:
41
- &init_tool_versions
42
- name: copy .tool-versions and .grant.yaml from devcontainer user to runner home directory
+ name: copy needed files from devcontainer user to runner home directory
43
run: |
44
cp /home/vscode/.tool-versions "$HOME/.tool-versions"
45
cp /home/vscode/.grant.yaml "$HOME/.grant.yaml"
46
+ mkdir -p "$HOME/.local/bin"
47
+ cp /home/vscode/.local/bin/zizmor "$HOME/.local/bin/zizmor"
48
49
- &checkout
50
name: Checkout code
0 commit comments