Skip to content

Commit

Permalink
Revert to 1583363
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj committed Apr 9, 2024
1 parent 08f2461 commit d30ee8f
Show file tree
Hide file tree
Showing 22 changed files with 4,595 additions and 226 deletions.
14 changes: 0 additions & 14 deletions .github/dependabot.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test CHT Technology Radar
name: Test AOE Technology Radar

on:
pull_request:
Expand All @@ -9,7 +9,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
Expand Down
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:
- main
jobs:
semanticore:
runs-on: ubuntu-latest
name: Semanticore
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.*
- name: Semanticore
run: go run github.com/aoepeople/semanticore@v0 -npm-update-version package.json
env:
SEMANTICORE_TOKEN: ${{secrets.GITHUB_TOKEN}}
Loading

0 comments on commit d30ee8f

Please sign in to comment.