Skip to content

chore: use Drop guard to drop agent #166

chore: use Drop guard to drop agent

chore: use Drop guard to drop agent #166

Workflow file for this run

name: build
on:
workflow_call:
workflow_dispatch:
push:
branches:
- "**"
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: Build
run: |
make build