From 800988451ba7ebb440cfaaff7a31c8559b9c8a66 Mon Sep 17 00:00:00 2001 From: crazy-matt <46377983+crazy-matt@users.noreply.github.com> Date: Thu, 13 Jan 2022 13:10:33 +0000 Subject: [PATCH] feat: initialise a source code in line with the asdf plugin template --- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- README.md | 8 ++++---- contributing.md | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b47166d..8a8cc45 100755 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: Repository Issues - url: https://github.com/looztra/asdf-hadolint/issues + url: https://github.com/crazy-matt/asdf-hadolint/issues about: Please ask and answer questions here. - name: GitHub Security Bug Bounty url: https://bounty.github.com/ diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d9e673..91f4160 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: Build on: push: branches: - - main + - master pull_request: jobs: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fc75513..13e48d7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,7 +3,7 @@ name: Lint on: push: branches: - - main + - master pull_request: jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5587ba..18db1be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: branches: - - main + - master jobs: release-please: diff --git a/README.md b/README.md index 8eedc00..453f45b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-# asdf-hadolint [![Build](https://github.com/looztra/asdf-hadolint/actions/workflows/build.yml/badge.svg)](https://github.com/looztra/asdf-hadolint/actions/workflows/build.yml) [![Lint](https://github.com/looztra/asdf-hadolint/actions/workflows/lint.yml/badge.svg)](https://github.com/looztra/asdf-hadolint/actions/workflows/lint.yml) +# asdf-hadolint [![Build](https://github.com/crazy-matt/asdf-hadolint/actions/workflows/build.yml/badge.svg)](https://github.com/crazy-matt/asdf-hadolint/actions/workflows/build.yml) [![Lint](https://github.com/crazy-matt/asdf-hadolint/actions/workflows/lint.yml/badge.svg)](https://github.com/crazy-matt/asdf-hadolint/actions/workflows/lint.yml) [hadolint](https://github.com/hadolint/hadolint#readme) plugin for the [asdf version manager](https://asdf-vm.com). @@ -21,7 +21,7 @@ # Build History -[![Build history](https://buildstats.info/github/chart/looztra/asdf-hadolint?branch=main)](https://github.com/looztra/asdf-hadolint/actions) +[![Build history](https://buildstats.info/github/chart/crazy-matt/asdf-hadolint?branch=master)](https://github.com/crazy-matt/asdf-hadolint/actions) # Dependencies @@ -32,7 +32,7 @@ Plugin: ```shell -asdf plugin add hadolint https://github.com/looztra/asdf-hadolint.git +asdf plugin add hadolint https://github.com/crazy-matt/asdf-hadolint.git ``` hadolint: @@ -58,7 +58,7 @@ install & manage versions. Contributions of any kind welcome! See the [contributing guide](contributing.md). -[Thanks goes to these contributors](https://github.com/looztra/asdf-hadolint/graphs/contributors)! +[Thanks goes to these contributors](https://github.com/crazy-matt/asdf-hadolint/graphs/contributors)! ## Tooling Requirements diff --git a/contributing.md b/contributing.md index b17e7a9..f8fc654 100644 --- a/contributing.md +++ b/contributing.md @@ -6,7 +6,7 @@ asdf plugin test [--asdf-tool-version ] [--asdf-plugin-gitref ] [test-command*] # -asdf plugin test hadolint https://github.com/looztra/asdf-hadolint.git "hadolint --help" +asdf plugin test hadolint https://github.com/crazy-matt/asdf-hadolint.git "hadolint --help" ``` Tests are automatically run in GitHub Actions on push and PR.