Skip to content

Commit

Permalink
add schema compatibility check
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius committed Mar 12, 2024
1 parent 872197a commit 1852cea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
fetch-depth: 0
- name: Setup Avrodisiac
run: |
curl -L -o avrodisiac.tar.gz https://github.com/SwissDataScienceCenter/avrodisiac/releases/download/v0.1.0/avrodisiac-x86_64-unknown-linux-gnu.tar.gz
curl -L -o avrodisiac.tar.gz https://github.com/SwissDataScienceCenter/avrodisiac/releases/download/v0.1.2/avrodisiac-x86_64-unknown-linux-gnu.tar.gz
tar xf avrodisiac.tar.gz --directory=/tmp/
- name: Check formatting
run: /tmp/avrodisiac lint .
# - name: Check compatibility
# run: |
# git worktree add /tmp/old ${{ github.event.pull_request.base.ref }}
# /tmp/avrodisiac compat /tmp/old .
- name: Check compatibility
run: |
git worktree add /tmp/old ${{ github.event.pull_request.base.ref }}
/tmp/avrodisiac compat /tmp/old .

0 comments on commit 1852cea

Please sign in to comment.