Skip to content

versioning and changelog section in the readme #12

versioning and changelog section in the readme

versioning and changelog section in the readme #12

name: Test other repo
# Build on every branch push, tag push, and pull request change:
on: [push, pull_request_target]
jobs:
build_repo:
name: Build repo
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install local ipl3checksum
run: pip install .
- name: Get extra dependencies
uses: actions/checkout@v4
with:
repository: ${{ secrets.SECRETREPO }}
token: ${{ secrets.SECRETTOKEN }}
path: deps_repo
- name: Run repo tests
run: python3 tests/check_recursive.py deps_repo