Skip to content

Commit

Permalink
ci(semanticore): add semanticore
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianccm committed Mar 10, 2022
1 parent 35dc934 commit 43bcdca
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/semanticore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Semanticore

on:
push:
branches:
- master
jobs:
semanticore:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.*' ]
name: Semanticore
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Semanticore
run: go run github.com/aoepeople/semanticore@v0
env:
SEMANTICORE_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 43bcdca

Please sign in to comment.