Skip to content

WIP use worflow_call to dynamically lint, format, test, and build based on what files are changed #4

WIP use worflow_call to dynamically lint, format, test, and build based on what files are changed

WIP use worflow_call to dynamically lint, format, test, and build based on what files are changed #4

Workflow file for this run

name: Debug Workflow
on:
pull_request:
branches:
- "**"
jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Is this working?
id: is-this-working
run: |
echo "is this even working?"