Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reusable CI actions #3

Merged
merged 8 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions .github/actionlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
self-hosted-runner:
- ubuntu20.04-4cores-16GB
- ubuntu20.04-8cores-32GB
- ubuntu20.04-16cores-64GB
- ubuntu20.04-32cores-128GB
- ubuntu20.04-64cores-256GB
13 changes: 0 additions & 13 deletions .github/actions/setup-postgres/action.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/actions/setup-postgres/wait-for-healthy-postgres.sh

This file was deleted.

14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: daily
- package-ecosystem: gomod
directory: '/'
schedule:
interval: daily
- package-ecosystem: docker
directory: '/'
schedule:
interval: daily
138 changes: 0 additions & 138 deletions .github/workflows/ci.yml

This file was deleted.

55 changes: 0 additions & 55 deletions .github/workflows/dependency-check.yml

This file was deleted.

Loading
Loading