Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: validate draft #4

Merged
merged 3 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/validate-draft.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Validate draft
on:
pull_request:

jobs:
validate-draft:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}

- name: Validate Quest
uses: trywilco/uploadQuestAction@main
with:
quest-editor-user-token: ${{ secrets.QUESTS_EDITOR_TOKEN }}
quest-editor-user-email: [email protected]
only-validate: true
2 changes: 2 additions & 0 deletions quest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ skills:
- Operations
questDependency: docker_localsetup
slogan: Everything Works If You Bash It Hard Enough
repository: https://github.com/trywilco/Anythink-Market-Public
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we add a repository (for shell) we need to add the step that remove the text for the user to run the app with the ports and all


Loading