Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

fixed being able to upload infinitely large files #17

fixed being able to upload infinitely large files

fixed being able to upload infinitely large files #17

Workflow file for this run

name: "Build"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-backend:
name: Build backend
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.22
- name: Build
run: cd backend && go build -v -o backend
- name: Print license
run: cd backend && ./backend -l