Skip to content

docs: add more comments to _gitconfig (#72) #71

docs: add more comments to _gitconfig (#72)

docs: add more comments to _gitconfig (#72) #71

Workflow file for this run

---
name: Test Setup dotfiles on Mac OS
on: # yamllint disable-line rule:truthy
push:
branches: ["master", "main"]
paths:
- ".github/workflows/test_macos_1.yml"
- "setup_dotfiles.sh"
- "_*"
- "gradle.properties"
pull_request:
branches: ["master", "main"]
paths:
- ".github/workflows/test_macos_1.yml"
- "setup_dotfiles.sh"
- "_*"
- "gradle.properties"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test_macos:
runs-on: macos-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: Install coreutils
run: |
set -eo pipefail
export CI=1
brew install coreutils # For tac
- name: Run setup dotfiles
run: |
set -eo pipefail
export CI=1
bash setup_dotfiles.sh # Test dotfile setup