Skip to content

the cake (linter_settings) was a lie #4

the cake (linter_settings) was a lie

the cake (linter_settings) was a lie #4

Workflow file for this run

name: Unit Testing

Check failure on line 1 in .github/workflows/test-fuzz.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-fuzz.yaml

Invalid workflow file

`schedule` accepts a list of one or more maps with the `cron` key set
permissions:
contents: read
on:
schedule:
cron: 0 0 * * *
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup golang
uses: ./.github/actions/golang
- name: Display Go version
run: go version
- name: Fuzz Tests
run: |
make test-fuzz