mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
Rename homebrew formula subdirctory (#923)
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).
This commit is contained in:
parent
7d5e2ae4bd
commit
eaee56cd60
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
4
.github/workflows/grcov.yml
vendored
4
.github/workflows/grcov.yml
vendored
@ -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:
|
||||
|
@ -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 <to.stepan.kuzmin@gmail.com>", "Yuri Astrakhan <YuriAstrakhan@gmail.com>", "MapLibre contributors"]
|
||||
|
Loading…
Reference in New Issue
Block a user