Skip to content

feat: add fetch-tags #19

feat: add fetch-tags

feat: add fetch-tags #19

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Static
run: make ociv
- name: upload binary
uses: actions/upload-artifact@v3
with:
name: ociv
path: ociv
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint Go Code
run: make lint