Skip to content

Commit a35c52a

Browse files
pionbotphilipch07
authored andcommitted
Update CI configs to v0.11.31
Update lint scripts and CI configs.
1 parent 4ca0aec commit a35c52a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/workflows/fuzz.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#
2+
# DO NOT EDIT THIS FILE
3+
#
4+
# It is automatically copied from https://github.com/pion/.goassets repository.
5+
# If this repository should have package specific CI config,
6+
# remove the repository name from .goassets/.github/workflows/assets-sync.yml.
7+
#
8+
# If you want to update the shared CI config, send a PR to
9+
# https://github.com/pion/.goassets instead of this repository.
10+
#
11+
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
12+
# SPDX-License-Identifier: MIT
13+
14+
name: Fuzz
15+
on:
16+
push:
17+
branches:
18+
- master
19+
schedule:
20+
- cron: "0 */8 * * *"
21+
22+
jobs:
23+
fuzz:
24+
uses: pion/.goassets/.github/workflows/fuzz.reusable.yml@master
25+
with:
26+
go-version: "1.25" # auto-update/latest-go-version
27+
fuzz-time: "60s"

0 commit comments

Comments
 (0)