Skip to content

add github actions for checking the installation to macos-latest #20

add github actions for checking the installation to macos-latest

add github actions for checking the installation to macos-latest #20

Workflow file for this run

name: installation for macos-latest
on:
pull_request:
types:
- opened
- reopened
- synchronize
permissions:
contents: read
jobs:
installation:
runs-on: macos-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- name: Setup Dotfiles
run: sh init.sh