Skip to content

Add skill for AI Agents (#123) #202

Add skill for AI Agents (#123)

Add skill for AI Agents (#123) #202

Workflow file for this run

name: Pack into Nuget package
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pack-nuget:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- name: Build the Docker image
run: docker build . --file Dockerfile