mirror of
https://github.com/fmtlib/fmt.git
synced 2026-06-15 08:26:13 +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]
|
on: [pull_request]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Fuzzing:
|
fuzz:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Build fuzzers
|
- name: Build fuzzers
|
||||||
Loading…
x
Reference in New Issue
Block a user