Skip to content

add shellcheck github actions workflow #24

add shellcheck github actions workflow

add shellcheck github actions workflow #24

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