Create debugger-action.yml

This commit is contained in:
ifwlzs 2021-12-11 17:05:04 +08:00 committed by GitHub
parent 7c7f214885
commit 3c9b409109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.github/workflows/debugger-action.yml vendored Normal file
View File

@ -0,0 +1,9 @@
name: debugger-action
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Debug Session
uses: csexton/debugger-action@master