Skip to content

Commit

Permalink
Experimenting with actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rwbutler committed Nov 6, 2023
1 parent 115bb82 commit 1bc4da8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v4
- id: foo
- name: Run tests
run: swift goodbye.swift
uses: rwbutler/github-action-test@0.0.3
with:
who-to-greet: 'Mona the Octocat'

0 comments on commit 1bc4da8

Please sign in to comment.