Skip to content

[chore] : bump mvdan.cc/gofumpt in the go group across 1 directory (#71) #229

[chore] : bump mvdan.cc/gofumpt in the go group across 1 directory (#71)

[chore] : bump mvdan.cc/gofumpt in the go group across 1 directory (#71) #229

Workflow file for this run

name: Go fuzz test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
fuzz-lexer-test:
name: Fuzz lexer test
runs-on: ubuntu-latest
steps:
# commit hash == v1.2.0
- uses: jidicula/go-fuzz-action@94694730887c9c0b8431d36c878f1b1bd368b7ff # TSCCR: no entry for action: "jidicula/go-fuzz-action"
with:
fuzz-time: 30s
fuzz-regexp: Fuzz_lexerNextToken
fuzz-parser-test:
name: Fuzz parser test
runs-on: ubuntu-latest
steps:
# commit hash == v1.2.0
- uses: jidicula/go-fuzz-action@94694730887c9c0b8431d36c878f1b1bd368b7ff # TSCCR: no entry for action: "jidicula/go-fuzz-action"
with:
fuzz-time: 30s
fuzz-regexp: Fuzz_parserParse
fuzz-mql-Parse-test:
name: Fuzz mql.Parse test
runs-on: ubuntu-latest
steps:
# commit hash == v1.2.0
- uses: jidicula/go-fuzz-action@94694730887c9c0b8431d36c878f1b1bd368b7ff # TSCCR: no entry for action: "jidicula/go-fuzz-action"
with:
fuzz-time: 30s
fuzz-regexp: Fuzz_mqlParse