Skip to content

Commit

Permalink
Merge pull request #1 from wolf-gmbh/refactor/drop-tool-deps
Browse files Browse the repository at this point in the history
refactor: drop tool dependencies
  • Loading branch information
bluebrown committed Apr 17, 2024
2 parents 6c295c8 + 18f8a2e commit 650006c
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.

0 comments on commit 650006c

Please sign in to comment.