Skip to content

iop: fix for ElementTree parsing - 2 #19

iop: fix for ElementTree parsing - 2

iop: fix for ElementTree parsing - 2 #19

name: Pull request main
on:
pull_request_target:
branches: [main]
paths-ignore: ["docs/**"]
jobs:
test:
uses: ./.github/workflows/test-and-build.yml
with:
ref: ${{ github.event.pull_request.head.sha }}
secrets: inherit
pre-commit:
uses: ./.github/workflows/pre-commit.yml
with:
ref: ${{ github.event.pull_request.head.sha }}
secrets: inherit