mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
11 lines
227 B
YAML
11 lines
227 B
YAML
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
|
|
|