Skip to content

feat(compute): add --reverse-dns flag to create command (#816) #2156

feat(compute): add --reverse-dns flag to create command (#816)

feat(compute): add --reverse-dns flag to create command (#816) #2156

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
pull_request:
paths-ignore:
- '**.md'
- 'bucket/**'
jobs:
build:
name: Build + Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/build