Skip to content

Commit

Permalink
Merge pull request #68 from smlx/yml2yaml
Browse files Browse the repository at this point in the history
chore: rename config files to use standard YAML extension
  • Loading branch information
smlx authored Dec 18, 2023
2 parents d6627dc + 1133a5e commit 6ff2470
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/dependency-review-action@01bc87099ba56df1e897b6874784491ea6309bc4 # v3.1.4
with:
config-file: .github/dependency-review-config.yml
config-file: .github/dependency-review-config.yaml
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Then customize the code for your repository:
* rename `deploy/go-cli-github` to `deploy/$YOUR_COMMAND`
* update `deploy/$YOUR_COMMAND/Dockerfile`
* update `.github/workflows/build.yaml`, replacing `go-cli-github` with `$YOUR_COMMAND`.
* update `.goreleaser.yml` to build `cmd/$YOUR_COMMAND`
* update `.goreleaser.yaml` to build `cmd/$YOUR_COMMAND`
* update the links at the top of the README

1. Commit and push:
Expand Down

0 comments on commit 6ff2470

Please sign in to comment.