Skip to content

ENH: Also checkout the main branch to compare with #9

ENH: Also checkout the main branch to compare with

ENH: Also checkout the main branch to compare with #9

Workflow file for this run

name: Integration Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Main to compare
uses: actions/checkout@v4
with:
ref: 'main'
path: 'main'
- uses: actions/checkout@v4
- name: Self test
id: selftest
uses: khalford/check-version-action@main
with:
path: "version.txt"
- name: Check outputs and modified files
run: |
echo "${{ steps.selftest.outputs.updated }}"