Skip to content

Commit

Permalink
feat: initialise a source code in line with the asdf plugin template
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-matt committed Jan 13, 2022
1 parent 3185372 commit 8009884
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on:
push:
branches:
- main
- master
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint
on:
push:
branches:
- main
- master
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- main
- master

jobs:
release-please:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

# 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).

Expand All @@ -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

Expand All @@ -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:
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
asdf plugin test <plugin-name> <plugin-url> [--asdf-tool-version <version>] [--asdf-plugin-gitref <git-ref>] [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.
Expand Down

0 comments on commit 8009884

Please sign in to comment.