Skip to content

ci: run tests with Saxon 11.5 (#1717) #182

ci: run tests with Saxon 11.5 (#1717)

ci: run tests with Saxon 11.5 (#1717) #182

name: Rebase schxslt branch
on:
push:
branches:
- master
jobs:
rebase-schxslt:
runs-on: ubuntu-latest
# Do not disturb forks
if: github.repository == 'xspec/xspec'
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: schxslt
- run: |
set -ex
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git rebase origin/master
git push --force-with-lease