Skip to content

feat: fix datepicker range selection bug & add onApply handler #306

feat: fix datepicker range selection bug & add onApply handler

feat: fix datepicker range selection bug & add onApply handler #306

name: Semgrep scan
on:
pull_request:
types:
- opened
- synchronize
- reopened
- edited
jobs:
public-repo-job:
runs-on: ubuntu-latest
if: ${{ github.event.repository.private == false }}
container:
image: semgrep/semgrep
steps:
- uses: actions/[email protected]
- name: run on public repo
run: semgrep ci &> /dev/null
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN_PUBLIC }}