Skip to content

Commit

Permalink
Merge pull request #141 from phoffmeister/issue-140
Browse files Browse the repository at this point in the history
🧹  chore: add dashes to yaml files
  • Loading branch information
neon-mmd authored Jul 8, 2023
2 parents 09d9573 + cc4fc0a commit dd558a5
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Contributors List

on:
Expand Down Expand Up @@ -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 change: 1 addition & 0 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Welcome first time contributors

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/labels.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Import open source standard labels

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Rust

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust_format.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Rust format and clippy checks
on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Configuration file for MegaLinter
# See all available variables at https://megalinter.io/configuration/ and in linters documentation

Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
version: "3.9"
services:
app:
Expand Down

0 comments on commit dd558a5

Please sign in to comment.