Skip to content

chore: setup proper gitignore #6

chore: setup proper gitignore

chore: setup proper gitignore #6

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- main
workflow_call:
workflow_dispatch:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
macOS:
runs-on: macos-latest
steps:
- name: Install (Chezmoi)
run: brew install chezmoi
- name: Checkout
uses: actions/checkout@v4
- name: Apply
run: chezmoi apply --source $(pwd) --force