Update README.md

master
Xeronith 2022-11-04 17:02:44 +03:30
rodzic 43f7a211ad
commit eb63fd65e8
2 zmienionych plików z 0 dodań i 27 usunięć

Wyświetl plik

@ -1,25 +0,0 @@
name: GreatApe
on:
push:
branches:
- master
env:
PORT: 8080
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Build
working-directory: greataped/app
run: go build -v ./...

Wyświetl plik

@ -6,8 +6,6 @@
**greatape** is a Fediverse technology that supports Federation via ActivityPub.
![main workflow](https://github.com/reiver/greatape/actions/workflows/main.yml/badge.svg)
## Note
⚠️ This project is under heavy development and should not be used in production yet.