Skip to content

feat: initial version #5

feat: initial version

feat: initial version #5

Workflow file for this run

name: Test Twyn Action
on:
push:
branches: [main, init]
pull_request:
branches: [main, init]
workflow_dispatch: # Allow manual triggering
jobs:
test-basic:
name: Basic Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Test Basic Action (JSON output)
uses: ./
with:
publish: true
dependency-file: "requirements.txt"