Skip to content

Commit

Permalink
deno fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperninjaXII committed Nov 12, 2024
1 parent 0bcdc8d commit b3450a2
Show file tree
Hide file tree
Showing 28 changed files with 15,595 additions and 372 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,23 @@ name: papernet

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]

jobs:

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"

- name: Build
run: go build -v ./main.go
- name: Build
run: go build -v ./main.go

- name: Test
run: go test -v ./...
- name: Test
run: go test -v ./...
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## PAPERNET

papernet is a book downloading site written in go with htmx.it is wriiten for students and everybody alike to use.
papernet is a book downloading site written in go with htmx.it is wriiten for
students and everybody alike to use.

## what it offers is

Expand All @@ -10,12 +11,10 @@ papernet is a book downloading site written in go with htmx.it is wriiten for st

## how to run

to run this on your own machine first install go lang
then
to run this on your own machine first install go lang then

```
git clone --depth 1 https://github.com/SuperninjaXII/papernet.git
```

then
Expand Down
Loading

0 comments on commit b3450a2

Please sign in to comment.