Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fix: remove default gitconf…
Browse files Browse the repository at this point in the history
…ig at macOS
  • Loading branch information
YasminTeles committed Mar 10, 2024
1 parent 3fb9d6e commit c6e49b4
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,8 @@ jobs:
defaults:
run:
shell: ${{ matrix.shell }}
timeout-minutes: 30
steps:
# - name: Clean up linuxOS
# if: runner.os != 'macOS'
# run: sudo apt-get install build-essential

# - name: Cleanup macOS
# if: runner.os == 'macOS'
# run: |
# sudo rm -rf /Applications/Xcode.app \
# /Library/Developer/CommandLineTools
# sudo xcode-select --reset

# - name: Install Homebrew
# run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" &>/dev/null
# env:
# NONINTERACTIVE: 1

- name: Set up Homebrew PATH
run: |
if [[ "${{ runner.os }}" = "macOS" ]]
Expand All @@ -67,7 +52,7 @@ jobs:

- name: Run install script
timeout-minutes: 30
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/YasminTeles/dotfiles/main/install.sh)" &>/dev/null
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/YasminTeles/dotfiles/main/install.sh)" >/dev/null
env:
CI: true

Expand Down

0 comments on commit c6e49b4

Please sign in to comment.