Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
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
Binary file modified .assets/Stackyard_logo.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: '1.21'

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

- name: Test
run: go test -v ./...
74 changes: 0 additions & 74 deletions .github/workflows/jekyll.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
- cron: '0 2 * * *' # Daily at 2 AM
workflow_dispatch:
push:
branches: [ main, development ]
branches: [ main, master, development ]
pull_request:
branches: [ main, development ]
branches: [ main, master, development ]

jobs:
golang-security:
Expand Down
Loading
Loading