Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lyon-tonic authored Mar 4, 2024
1 parent f8724b6 commit d5970d6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Merge Action

on:
push:
branches:
- 'master'
- 'main'

jobs:
run_tonic_validate:
runs-on: ubuntu-latest
steps:
- name: Run Tonic Validate Action
uses: ./action.yml
with:
llm_response_path: 'path/to/your/response/file'

0 comments on commit d5970d6

Please sign in to comment.