Skip to content

Commit

Permalink
format GitHub actions workflow yaml (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelberkeley authored Jan 1, 2025
1 parent f1b155b commit fb808c1
Show file tree
Hide file tree
Showing 5 changed files with 276 additions and 276 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/c-xla-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
backend-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Check backend version is updated when necessary
run: |
sh -c "
(git diff --quiet HEAD^ XLA_VERSION && git diff --quiet HEAD^ spidr/backend/**) || \
! git diff --quiet HEAD^ spidr/backend/VERSION
"
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Check backend version is updated when necessary
run: |
sh -c "
(git diff --quiet HEAD^ XLA_VERSION && git diff --quiet HEAD^ spidr/backend/**) || \
! git diff --quiet HEAD^ spidr/backend/VERSION
"
Loading

0 comments on commit fb808c1

Please sign in to comment.