Skip to content
Merged
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
29 changes: 0 additions & 29 deletions .github/workflows/ICSServer.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/Scraper.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/API.yml → .github/workflows/Server.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: API
name: Server

on:
push:
Expand All @@ -22,7 +22,7 @@ jobs:
go-version: '1.23'

- name: Build
working-directory: API/
working-directory: Server/
run: go build -v ./...

# - name: Test
Expand Down
17 changes: 1 addition & 16 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,4 @@ node_modules/

.idea/

API.exe
API

Scraper.exe
Scraper

postgres-data

ClaretBot.exe
ClaretBot

RateMyProfScraper
RateMyProfScraper.exe
rmp.json
output*.txt
API/API.exe
postgres-data
2 changes: 0 additions & 2 deletions API/.env.example

This file was deleted.

48 changes: 0 additions & 48 deletions API/engi.go

This file was deleted.

34 changes: 0 additions & 34 deletions API/go.mod

This file was deleted.

107 changes: 0 additions & 107 deletions API/go.sum

This file was deleted.

Loading
Loading