Skip to content

Commit

Permalink
Ignored action execution for readme updates and fixed status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanu-lab committed Jan 8, 2025
1 parent c33c6f6 commit 1774a27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/validate-macsetup.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Validate macsetup.sh

on: [push, pull_request]
on:
push:
paths-ignore:
- 'README.md'
pull_request:
paths-ignore:
- 'README.md'

jobs:
validate-macsetup:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Mac Setup Script

[![Build Status](https://github.com/yourusername/macsetup/actions/workflows/validate-macsetup.yaml/badge.svg)](https://github.com/yourusername/macsetup/actions)
[![Build Status](https://github.com/bhanurp/macsetup/actions/workflows/validate-macsetup.yaml/badge.svg)](https://github.com/bhanurp/macsetup/actions)

This script automates the installation, configuration, and verification of various tools and applications on a macOS system using Homebrew. It leverages a JSON configuration file to define the tools to be installed, their installation commands, verification commands, and additional metadata. This makes it easy to distribute and manage tool installations across multiple systems.

Expand Down

0 comments on commit 1774a27

Please sign in to comment.