Skip to content

Commit

Permalink
Create sonoma.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FiveTechSoft committed Nov 22, 2023
1 parent 2b64d83 commit 739144b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/sonoma.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Sonoma Terminal Action

on: [push]

jobs:
run-sonoma:
runs-on: macos-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Run Sonoma Terminal
run: |
# Your Sonoma terminal commands here
echo "Hello from Sonoma terminal!"

0 comments on commit 739144b

Please sign in to comment.