You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-12-24 00:31:09 +02:00
Update brew formula to 2.5.0 (#1144)
* Update brew formula to 2.5.0 * Can use `idna` 3.2 * Sort requirements to ease reproductible builds And also to have the same output as `brew bump-formula-pr`. * Sync `bottles` with official Formula And keep the `high_sierra` one. * Add a workflow to check the Formula
This commit is contained in:
committed by
GitHub
parent
978258ec5b
commit
a586fca246
18
.github/workflows/packaging_mac_check_formula.yml
vendored
Normal file
18
.github/workflows/packaging_mac_check_formula.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Check Brew Formula
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- extras/httpie.rb
|
||||
|
||||
jobs:
|
||||
check-formula:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Brew
|
||||
run: |
|
||||
brew developer on
|
||||
brew update
|
||||
- name: Build and test the Formula
|
||||
run: make brew-test
|
||||
Reference in New Issue
Block a user