Skip to content

Commit

Permalink
gogo
Browse files Browse the repository at this point in the history
  • Loading branch information
wrynegade committed Nov 10, 2023
1 parent 6f42c9c commit f50c15b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Random Test
on: push # yamllint disable-line rule:truthy

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: run a scwrypts thing
uses: wrynegade/scwrypts@main
with:
scwrypt: --name hello-world --group scwrypts --type py
args: --message "hello from github actions ci <3"

- name: cat config stuff
shell: bash
run: ls ~/.config/scwrypts; cat ~/.config/scwrypts/*

0 comments on commit f50c15b

Please sign in to comment.