mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-28 05:54:45 -05:00
ci: unified order and style of workflows/actions
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
41690288a1
commit
411dfed18f
31 changed files with 235 additions and 183 deletions
6
.github/actions/setup_linux/action.yml
vendored
6
.github/actions/setup_linux/action.yml
vendored
|
|
@ -35,19 +35,19 @@ runs:
|
|||
sudo apt-get install curl gpg -y
|
||||
|
||||
- name: Install yq jq
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt-get install yq jq -y
|
||||
shell: bash
|
||||
|
||||
- name: Install AWS CLI
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt-get -y install awscli
|
||||
shell: bash
|
||||
|
||||
- name: Install az CLI
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt-get install azure-cli -y
|
||||
shell: bash
|
||||
|
||||
- name: Set up gcloud CLI
|
||||
uses: google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce # v1.0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue