8000 Cmd subfolders: EIP, DT, SSH (#698) · exoscale/cli@7fdf2e9 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Cmd subfolders: EIP, DT, SSH (#698) #1584

Cmd subfolders: EIP, DT, SSH (#698)

Cmd subfolders: EIP, DT, SSH (#698) #1584

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
paths-ignore:
- '**.md'
- 'bucket/**'
tags-ignore:
- 'v*' # Don't run CI tests on release tags
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/build
0