Skip to content

test: test livecheck for e-study #2

test: test livecheck for e-study

test: test livecheck for e-study #2

Workflow file for this run

name: Test
on:
push:
branches: [feature-actions]
# allow run manually
workflow_dispatch:
jobs:
casks:
name: Bump Casks in parallel
if: github.repository == 'brewforge/homebrew-chinese'
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
steps:
# checkout myself.
- uses: actions/checkout@v3
- name: Homebrew env
uses: ./.github/actions/homebrew-env
with:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
- shell: bash
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
run: |
brew livecheck --cask e-study --verbose