Skip to content

Commit

Permalink
feat: add quary compile step to pr
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Aug 8, 2024
1 parent 8eea0d9 commit 82b72d5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rust/core/src/init/.github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npx prettier --check '**/*.yaml'
quary-compile:
name: Compile the Quary project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v3
- uses: quarylabs/install-quary-cli-action@main
- run: quary compile
7 changes: 7 additions & 0 deletions rust/core/src/init_duckdb/.github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npx prettier --check '**/*.yaml'
quary-compile:
name: Compile the Quary project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v3
- uses: quarylabs/install-quary-cli-action@main
- run: quary compile

0 comments on commit 82b72d5

Please sign in to comment.