mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #6004 from jbampton/add-info-links-to-workflows
yml: document `workflows` with links as comments
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# https://github.com/actions/labeler
|
||||
name: Pull Request Labeler
|
||||
on:
|
||||
- pull_request_target
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# https://pre-commit.com/
|
||||
name: Lint
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# https://github.com/google/oss-fuzz
|
||||
name: CIFuzz
|
||||
on: [pull_request]
|
||||
permissions:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# https://github.com/super-linter/super-linter
|
||||
name: Super-Linter
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
Reference in New Issue
Block a user