Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 3 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,10 @@ run-name: Triggered by ${{ github.event_name }} to ${{ github.ref }} by @${{ git
on: [push]

jobs:
web_build_job:
runs-on: ubuntu-latest
name: web
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Web
run: |
cd web
npm ci
npm run build

go_build_job:
core_build_job:
runs-on: ubuntu-latest
name: sentinel
name: core
defaults:
run:
shell: bash
Expand All @@ -38,7 +19,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.22.0'
- name: Sentinel
- name: Build sentinel-core
run: |
go get .
go build
31 changes: 0 additions & 31 deletions .github/workflows/tests.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Gaucho Racing
Copyright (c) 2026 Gaucho Racing

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ clean:
rm *.out
rm coverage.html

run:
chmod +x scripts/run.sh
./scripts/run.sh
run-core:
chmod +x scripts/run-core.sh
./scripts/run-core.sh

keygen:
chmod +x scripts/keygen.sh
Expand Down
48 changes: 0 additions & 48 deletions commands/alumni.go

This file was deleted.

78 changes: 0 additions & 78 deletions commands/drive.go

This file was deleted.

42 changes: 0 additions & 42 deletions commands/github.go

This file was deleted.

Loading
Loading