Skip to content

Commit

Permalink
Merge pull request #17 from jill64/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ghost-merge[bot] authored Nov 6, 2023
2 parents a362643 + 442f687 commit 35657f1
Show file tree
Hide file tree
Showing 29 changed files with 25,815 additions and 20,598 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wraith-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
inputs:
payload:
required: true
data:
required: true

jobs:
wraith-ci:
Expand All @@ -25,3 +27,4 @@ jobs:
uses: jill64/wraith-ci@main
with:
payload: ${{ inputs.payload }}
data: ${{ inputs.data }}
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ inputs:
payload:
description: Octoflare Payload
required: true
data:
description: Wraith CI Payload
required: true

runs:
using: node20
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"test:e2e": "playwright test"
},
"devDependencies": {
"@jill64/attempt": "^1.1.0",
"@playwright/test": "1.39.0",
"@sveltejs/adapter-cloudflare": "2.3.3",
"@typescript-eslint/eslint-plugin": "6.9.1",
Expand Down
Loading

0 comments on commit 35657f1

Please sign in to comment.