Skip to content

issue #114 - allow numbers in quote in yang #48

issue #114 - allow numbers in quote in yang

issue #114 - allow numbers in quote in yang #48

Workflow file for this run

name: GitHub Actions Demo
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Test
run: make test
- name: Dist
run: make dist
- name: Push binaries
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
./bin/fc-yang-*