Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed Jun 7, 2024
1 parent 50f9504 commit 090523b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/miktest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
on: pull_request
jobs:
miktest:
name: Check branch length
runs-on: ubuntu-latest
steps:
- name: get the owner of the head repository
run: echo ${{ toJson(github.event.pull_request) }}"

0 comments on commit 090523b

Please sign in to comment.