Skip to content

Commit

Permalink
Merge pull request #81 from memes/fix/remove_go
Browse files Browse the repository at this point in the history
Remove Go, standardise further
  • Loading branch information
memes committed Jan 11, 2024
2 parents 4db483b + 07c0f0d commit 82d8e3d
Show file tree
Hide file tree
Showing 19 changed files with 49 additions and 494 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# TODO: @memes - update to match requirements
# spell-checker: disable
---
version: 2
updates:
Expand All @@ -13,14 +15,12 @@ updates:
interval: "weekly"
reviewers:
- memes
# TODO @memes - remove if not a go project
- package-ecosystem: "gomod"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- memes
# TODO @memes - remove if repo doesn't contain Terraform
- package-ecosystem: "terraform"
directory: "/"
schedule:
Expand Down
61 changes: 0 additions & 61 deletions .github/workflows/go-lint.yml

This file was deleted.

69 changes: 0 additions & 69 deletions .github/workflows/go-release.yml

This file was deleted.

12 changes: 2 additions & 10 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ name: pre-commit
on:
pull_request:
push:
branches: [main]
branches:
- main
permissions:
contents: read
pull-requests: read
Expand All @@ -34,12 +35,3 @@ jobs:
with:
python-version: '3.12'
- uses: pre-commit/[email protected]
# TODO @memes - this is enabled in repo-template but should be disabled as
# necessary
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
12 changes: 4 additions & 8 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@ permissions:

jobs:
release-please:
# TODO @memes - enable release-please action as needed
if: false
runs-on: ubuntu-latest
steps:
- name: Release Please
uses: GoogleCloudPlatform/[email protected]
with:
# TODO @memes - make sure release-type and package-name are correct.
release-type: go
package-name: repo-template
# TODO @memes - If this is a go project, or if other actions are to be
# triggered by the result of this action, set token to a secret with
# a GitHub PAT as content.
# token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: simple
# TODO @memes - If other actions are not going to be triggered by the
# result of this action this can be removed.
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
.direnv
.tool-versions

# Ignore generated Gorelease binaries
dist/

# Ignore Ruby
.bundle
Gemfile.lock
Expand Down
159 changes: 0 additions & 159 deletions .golangci.yml

This file was deleted.

Loading

0 comments on commit 82d8e3d

Please sign in to comment.