Skip to content

feat: initial version #7

feat: initial version

feat: initial version #7

Workflow file for this run

name: Simple Test
on:
workflow_dispatch: # Allow manual triggering
pull_request:
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:
publish: true
version: "v6"
github-token: ${{secrets.GITHUB_TOKEN}}