Skip to content

rebuilding release process to use gh actions for release assets #5

rebuilding release process to use gh actions for release assets

rebuilding release process to use gh actions for release assets #5

Workflow file for this run

name: Continuous Integration
on:
workflow_dispatch: null
push:
branches:
- main
pull_request: null
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 'stable', 'oldstable' ]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Continuous Integration
run: make ci