Skip to content

simplified htmx form sample and added htmx docs #49

simplified htmx form sample and added htmx docs

simplified htmx form sample and added htmx docs #49

Workflow file for this run

on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- main
paths:
- .github/workflows/semgrep.yml
name: Semgrep
jobs:
semgrep:
if: github.repository_owner == 'xlwings'
name: semgrep/ci
runs-on: ubuntu-20.04
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: returntocorp/semgrep
steps:
- uses: actions/checkout@v3
- run: semgrep ci