Skip to content

feat: Add fingerprint and profile generation tools with advanced cust… #10

feat: Add fingerprint and profile generation tools with advanced cust…

feat: Add fingerprint and profile generation tools with advanced cust… #10

Workflow file for this run

name: Docs Check
on:
push:
branches: [main]
paths: ['docs/**', '*.md']
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "Docs checked"