Skip to content

Commit

Permalink
ci: introduce semanticore (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
tessig authored May 24, 2024
1 parent b714494 commit 9fa847c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/semanticore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Semanticore

on:
push:
branches:
- master
jobs:
semanticore:
runs-on: ubuntu-latest
name: Semanticore
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.x'
- name: Semanticore
run: go run github.com/aoepeople/semanticore@v0
env:
SEMANTICORE_TOKEN: ${{secrets.GITHUB_TOKEN}}
8 changes: 7 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Flamingo MySQL module [![Build Status](https://travis-ci.org/tessig/flamingo-mysql.svg?branch=master)](https://travis-ci.org/tessig/flamingo-mysql)
# Flamingo MySQL module

[![Go Report Card](https://goreportcard.com/badge/github.com/tessig/flamingo-mysql)](https://goreportcard.com/report/github.com/tessig/flamingo-mysql)
[![GoDoc](https://godoc.org/github.com/tessig/flamingo-mysql?status.svg)](https://godoc.org/github.com/tessig/flamingo-mysql)
[![Tests](https://github.com/tessig/flamingo-mysql/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/tessig/flamingo-mysql/actions/workflows/main.yml?query=branch%3Amaster+workflow%3ATests)
[![Release](https://img.shields.io/github/release/tessig/flamingo-mysql?style=flat-square)](https://github.com/tessig/flamingo-mysql/releases)


This flamingo module provides a simple MySQL implementation by wrapping
github.com/jmoiron/sqlx and a migration tool by wrapping github.com/golang-migrate/migrate
Expand Down

0 comments on commit 9fa847c

Please sign in to comment.