1
0
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:
Mickaël Schoentgen
2021-09-08 11:01:27 +02:00
committed by GitHub
parent 978258ec5b
commit a586fca246
4 changed files with 71 additions and 40 deletions

View 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