Skip to content

macOS 環境上で CI を実行する #13

macOS 環境上で CI を実行する

macOS 環境上で CI を実行する #13

Workflow file for this run

name: CI
on: push
jobs:
provisioning:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Apply dotfiles
run: sh -c "$(curl -fsLS chezmoi.io/get)" -- apply --source .
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ludeeus/action-shellcheck@2.0.0
with:
ignore_paths: private_zsh