Skip to content

Replace display_name for netbox v3.0.0 #19

Replace display_name for netbox v3.0.0

Replace display_name for netbox v3.0.0 #19

Workflow file for this run

name: Snapcraft Build
on: [pull_request]
jobs:
test:
name: Test Snap Build
runs-on: ubuntu-18.04
steps:
- name: Git checkout
uses: actions/checkout@v1
- name: Install Snapcraft with LXD
uses: samuelmeuli/action-snapcraft@v1
with:
use_lxd: true
- name: Build snap
run: sg lxd -c 'snapcraft --use-lxd'