Skip to content

Commit

Permalink
refactor: drop tool dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Braun <rainbowstack@gmail.com>
  • Loading branch information
bluebrown committed Apr 17, 2024
1 parent 6c295c8 commit 18f8a2e
Show file tree
Hide file tree
Showing 8,089 changed files with 96 additions and 2,047,899 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
16 changes: 16 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.22.2'
- run: go test -cover ./...
24 changes: 0 additions & 24 deletions .github/workflows/release.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/triage.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/validate.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions .goreleaser.yaml

This file was deleted.

48 changes: 0 additions & 48 deletions Makefile

This file was deleted.

36 changes: 0 additions & 36 deletions Makehelp

This file was deleted.

Loading

0 comments on commit 18f8a2e

Please sign in to comment.