mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
add dashes to YAML files
This commit is contained in:
parent
09d9573c55
commit
cc4fc0a417
3
.github/workflows/contributors.yml
vendored
3
.github/workflows/contributors.yml
vendored
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: Contributors List
|
name: Contributors List
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@ -44,4 +45,4 @@ jobs:
|
|||||||
delete-branch: true
|
delete-branch: true
|
||||||
title: 'chore: update contributors-list'
|
title: 'chore: update contributors-list'
|
||||||
body: |
|
body: |
|
||||||
Automated update to `images/contributors_list.svg`
|
Automated update to `images/contributors_list.svg`
|
||||||
|
1
.github/workflows/hello.yml
vendored
1
.github/workflows/hello.yml
vendored
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: Welcome first time contributors
|
name: Welcome first time contributors
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
1
.github/workflows/labels.yml
vendored
1
.github/workflows/labels.yml
vendored
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: Import open source standard labels
|
name: Import open source standard labels
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: Rust
|
name: Rust
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
1
.github/workflows/rust_format.yml
vendored
1
.github/workflows/rust_format.yml
vendored
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: Rust format and clippy checks
|
name: Rust format and clippy checks
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
|
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
|
||||||
#
|
#
|
||||||
# You can adjust the behavior by modifying this file.
|
# You can adjust the behavior by modifying this file.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# Configuration file for MegaLinter
|
# Configuration file for MegaLinter
|
||||||
# See all available variables at https://megalinter.io/configuration/ and in linters documentation
|
# See all available variables at https://megalinter.io/configuration/ and in linters documentation
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
version: "3.9"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
|
Loading…
Reference in New Issue
Block a user