Skip to content

workflow: add workflow #1

workflow: add workflow

workflow: add workflow #1

Workflow file for this run

name: macOS
on: [push]
jobs:
macOS:
name: macOS
runs-on: macOS-latest
steps:
- name: Setup
run: curl -sL https://raw.githubusercontent.com/ShuN6211/dotfiles/refs/heads/main/install.sh | sh