Skip to content

Satisfy linter

Satisfy linter #38

Workflow file for this run

name: Release
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: set up go
uses: actions/setup-go@v4
with:
go-version: 'stable'
- name: setup env
run: make install
- name: lint
run: make lint-github-action
- name: test
run: make test
env:
TEST_FLAGS: -short
- name: build
run: make build
- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
files: |
./poet