From f50c15b6efce0eca15db0f9c6fb1a4acfb067ae0 Mon Sep 17 00:00:00 2001 From: yage Date: Fri, 10 Nov 2023 16:52:11 -0700 Subject: [PATCH] gogo --- .github/workflows/test.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/test.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..32b1cb8 --- /dev/null +++ b/.github/workflows/test.yaml @@ -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/*