mirror of
https://github.com/fmtlib/fmt.git
synced 2026-06-15 00:16:15 +08:00
Rename CIFuzz workflow to fuzz
Match the naming convention used by the other workflows: lowercase, single-word names that describe what the workflow does rather than the tool it uses. Also rename the job from Fuzzing to fuzz for consistency.
This commit is contained in:
parent
2538c89e71
commit
6b2d7f9726
@ -1,11 +1,11 @@
|
||||
name: CIFuzz
|
||||
name: fuzz
|
||||
on: [pull_request]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
Fuzzing:
|
||||
fuzz:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Build fuzzers
|
||||
Loading…
x
Reference in New Issue
Block a user