Skip to content

Commit

Permalink
Update validate-slash_commands.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkev authored Apr 20, 2024
1 parent 8731d12 commit 5debafe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/validate-slash_commands.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Slash command validation

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
validate-json:
Expand All @@ -9,8 +9,5 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install jq
run: sudo apt-get install jq

- name: Validate JSON files
run: bash ./scripts/validate-slash_commands.sh ./slash-commands

0 comments on commit 5debafe

Please sign in to comment.