Skip to content

feat: initial version #9

feat: initial version

feat: initial version #9

Workflow file for this run

name: Simple Test
on:
workflow_dispatch: # Allow manual triggering
push:
branches: [main, init]
jobs:
test-action:
name: Test Twyn Action
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Twyn Security Check
id: twyn
uses: ./
with:
dependency-file: "requirements.txt"
github-token: ${{ secrets.GITHUB_TOKEN }}