Skip to content

Commit

Permalink
Rename action name (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbajic authored Nov 4, 2022
1 parent c0323b4 commit 1eda344
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# setup-buildifier-action
# setup-buildifier action

![verify-action.yml](https://github.com/jbajic/setup-buildifier-action/actions/workflows/verify-action.yml/badge.svg?event=schedule)
![verify-action.yml](https://github.com/jbajic/setup-buildifier/actions/workflows/verify-action.yml/badge.svg?event=schedule)

GitHub Action for setting up Bazel's build tool buildifier for checking and
formatting Bazel's files format checks on Bazel files using [buildifier](https://github.com/bazelbuild/buildtools)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/setup-buildifier.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/jbajic/setup-buildifier-action.git"
"url": "git+https://github.com/jbajic/setup-buildifier.git"
},
"scripts": {
"watch": "ncc build src/setup-buildifier.ts --watch --minify",
Expand Down

0 comments on commit 1eda344

Please sign in to comment.