Skip to content

Commit ed40dba

Browse files
committed
yml changes
1 parent aac2e65 commit ed40dba

99 files changed

Lines changed: 12 additions & 12896 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# .github/workflows/ci.yml
12
name: Go CI
23

34
on:
@@ -9,21 +10,15 @@ on:
910
jobs:
1011
build:
1112
runs-on: ubuntu-latest
12-
1313
steps:
14-
- name: Checkout code
15-
uses: actions/checkout@v3
16-
17-
- name: Set up Go
18-
uses: actions/setup-go@v4
19-
with:
20-
go-version: "1.18"
21-
22-
- name: Install dependencies
23-
run: go mod tidy
24-
25-
- name: Build
26-
run: go build ./...
27-
28-
- name: Run tests
29-
run: go test ./... -v
14+
- uses: actions/checkout@v3
15+
- name: Set up Go
16+
uses: actions/setup-go@v4
17+
with:
18+
go-version: '1.20'
19+
- name: Install dependencies
20+
run: go mod tidy
21+
- name: Build
22+
run: go build ./...
23+
- name: Run tests
24+
run: go test ./...

frontend/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/bun.lockb

-184 KB
Binary file not shown.

frontend/components.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

frontend/dist/assets/index-CgiKOHij.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/dist/assets/index-FQazk8At.js

Lines changed: 0 additions & 474 deletions
This file was deleted.

frontend/dist/devlinkicon.png

-1.25 KB
Binary file not shown.

frontend/dist/favicon.ico

-7.47 KB
Binary file not shown.

frontend/dist/index.html

Lines changed: 0 additions & 35 deletions
This file was deleted.

frontend/dist/placeholder.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)