Skip to content

BUG: Python main not running #7

BUG: Python main not running

BUG: Python main not running #7

Workflow file for this run

name: Integration Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- 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 }}"