Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧪 CI: Add fuzzing workflow for PRs #262

Merged
merged 3 commits into from
Apr 25, 2023
Merged

🧪 CI: Add fuzzing workflow for PRs #262

merged 3 commits into from
Apr 25, 2023

Commits on Apr 25, 2023

  1. 🧪 CI: Add fuzzing workflow for PRs

    This action runs fuzzing for a brief period of time,
    only aginst the actual code added in the PR.
    It is intended a relatively quick check,
    to guard against code introducing crashes in the Markdown parsing,
    which should in principle always run against any text input.
    See: https://google.github.io/oss-fuzz/getting-started/continuous-integration/#how-it-works
    chrisjsewell committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    c94167e View commit details
    Browse the repository at this point in the history
  2. Update tests.yml

    chrisjsewell committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    0d82477 View commit details
    Browse the repository at this point in the history
  3. reduce time

    chrisjsewell committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    e5eac1b View commit details
    Browse the repository at this point in the history