Skip to content

Commit

Permalink
Rename homebrew formula subdirctory (#923)
Browse files Browse the repository at this point in the history
Rename hombrew formula directory from `homebrew-formula` to
`HomebrewFormula` based on the [homebrew
doc](https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap#creating-a-tap).
  • Loading branch information
sharkAndshark authored Oct 8, 2023
1 parent 7d5e2ae commit eaee56c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
- 'HomebrewFormula/**'
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
- 'HomebrewFormula/**'
release:
types: [ published ]
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
- 'HomebrewFormula/**'
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
- 'HomebrewFormula/**'
workflow_dispatch:

jobs:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion martin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "martin"
# Make sure to update /home/nyurik/dev/rust/martin/homebrew-formula/martin.rb version
# Make sure to update /home/nyurik/dev/rust/martin/HomebrewFormula/martin.rb version
# Once the release is published with the hash
version = "0.9.1"
authors = ["Stepan Kuzmin <[email protected]>", "Yuri Astrakhan <[email protected]>", "MapLibre contributors"]
Expand Down

0 comments on commit eaee56c

Please sign in to comment.