Skip to content

Add CRUD operation for flavor, flavor profile, az, az profile of octavia #11

Add CRUD operation for flavor, flavor profile, az, az profile of octavia

Add CRUD operation for flavor, flavor profile, az, az profile of octavia #11

Workflow file for this run

on: [push, pull_request]
name: go mod
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1'
- run: if [ $(go mod tidy && git diff | wc -l) -gt 0 ]; then git diff && exit 1; fi