mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 13:38: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
|
||||
|
||||
on:
|
||||
@ -44,4 +45,4 @@ jobs:
|
||||
delete-branch: true
|
||||
title: 'chore: update contributors-list'
|
||||
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
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/labels.yml
vendored
1
.github/workflows/labels.yml
vendored
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Import open source standard labels
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Rust
|
||||
|
||||
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
|
||||
on:
|
||||
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.
|
||||
#
|
||||
# You can adjust the behavior by modifying this file.
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
# Configuration file for MegaLinter
|
||||
# See all available variables at https://megalinter.io/configuration/ and in linters documentation
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
version: "3.9"
|
||||
services:
|
||||
app:
|
||||
|
Loading…
Reference in New Issue
Block a user