Skip to content

refactor(iam-api-key): Update IAM API Key manipulation to egoscale v3… #1347

refactor(iam-api-key): Update IAM API Key manipulation to egoscale v3…

refactor(iam-api-key): Update IAM API Key manipulation to egoscale v3… #1347

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