Skip to content

Bump actions/setup-node from 4 to 5 #202

Bump actions/setup-node from 4 to 5

Bump actions/setup-node from 4 to 5 #202

Workflow file for this run

name: Homebrew
on:
push:
schedule:
- cron: "0 0 1 * *" # Midnight every month (UTC)
workflow_dispatch:
jobs:
run:
name: Run
runs-on: ubuntu-latest
steps:
- name: Check brew
run: which brew || echo 'Program not found.'
- name: Check fortune
run: which fortune || echo 'Program not found.'
- uses: Homebrew/actions/setup-homebrew@master
- name: Install fortune
run: brew install fortune
- name: Run fortune
run: fortune