Skip to content

feat: add dap subcommand and support basic DAP features #508

feat: add dap subcommand and support basic DAP features

feat: add dap subcommand and support basic DAP features #508

Workflow file for this run

name: test and lint pullrequest changes
on:
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.2
- name: Run tests
run: |
make plugin_ci
make test
- name: Lint programs
uses: golangci/golangci-lint-action@v6
with:
version: v1.58
skip-cache: true
skip-save-cache: true
install-mode: binary