Skip to content

Commit

Permalink
ci: introduce semanticore (#42)
Browse files Browse the repository at this point in the history
* chore(deps): introduce semanticore

* chore(deps): cleanup
  • Loading branch information
IvanMaidurov authored Feb 9, 2024
1 parent 7853360 commit 21e2041
Showing 1 changed file with 22 additions and 0 deletions.
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.*'
- name: Semanticore
run: go run github.com/aoepeople/semanticore@main
env:
SEMANTICORE_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 21e2041

Please sign in to comment.