mirror of
https://github.com/httpie/cli.git
synced 2024-11-28 08:38:44 +02:00
7989e438d2
* Add documentation about our release process * Fixes * Add company-related tasks, enable back WIP pages * Fix WIP links * Add AOSC OS * Add WIP for AOSC OS * Tweak * Remove maintainers email IDs * Use GH nicknames * Remove useless WIP for brew * Tweaks
18 lines
366 B
YAML
18 lines
366 B
YAML
on:
|
|
pull_request:
|
|
paths:
|
|
- .github/workflows/test-package-mac-brew.yml
|
|
- docs/packaging/brew/httpie.rb
|
|
|
|
jobs:
|
|
brew:
|
|
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
|