Skip to content

Commit ca174d6

Browse files
committed
Create main.yml
1 parent 97b52ce commit ca174d6

File tree

2 files changed

+16
-51
lines changed

2 files changed

+16
-51
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Dotfiles Setup
2+
on: [push, pull_request]
3+
4+
jobs:
5+
build:
6+
runs-on: macos-26
7+
steps:
8+
- uses: actions/checkout@v4
9+
- name: Install Dependencies
10+
run: |
11+
brew upgrade ansible
12+
ansible --versio
13+
brew doctor || true
14+
- name: Test Playbook
15+
run: |
16+
ansible-playbook --syntax-check --list-tasks ansible/dotfiles.yml

0 commit comments

Comments
 (0)