Skip to content

Commit

Permalink
Merge pull request #107 from TheRealArthurDent/ci/eye-candy
Browse files Browse the repository at this point in the history
ci/eye-candy
  • Loading branch information
TheRealArthurDent authored Oct 14, 2024
2 parents e48af06 + 84f9fbe commit 03a5b8c
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-arduino.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Arduino
name: 🧪 Check Arduino

# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: CodeQL
name: 🕵️ CodeQL

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile-sketch.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Compile Sketch
name: 🔨 Compile Sketch
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpp-lint-full.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CPP Lint Full
name: 🔍 CPP Lint Full

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpp-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CPP Lint
name: 🔍 CPP Lint

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GitHub Pages
name: 🗎 GitHub Pages

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Markdown Lint
name: 🔍 Markdown Lint

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platformio-check.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PlatformIO Code Check
name: 🧪 PlatformIO Code Check

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platformio-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PlatformIO CI
name: 🔨 PlatformIO CI

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reviewdog.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Review dog
name: 🐶 Reviewdog

on:
pull_request:
Expand All @@ -16,9 +16,9 @@ jobs:
uses: reviewdog/[email protected]
with:
reporter: github-pr-review
fail_on_error: true
locale: US
ignore: mosquitto
fail_on_error: true

- name: Action lint
uses: reviewdog/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Spell Check
name: 🔍 Spell Check

# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
on:
Expand Down
28 changes: 2 additions & 26 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,9 @@
# See https://yamllint.readthedocs.io/en/stable/configuration.html
---
extends: default

rules:
anchors: enable
braces: enable
brackets: enable
colons: enable
commas: enable
comments:
level: warning
comments-indentation:
level: warning
document-end: disable
# deviation from default
document-start: disable
empty-lines: enable
empty-values: disable
float-values: disable
hyphens: enable
indentation: enable
key-duplicates: enable
key-ordering: disable
# deviation from default
line-length: disable
new-line-at-end-of-file: enable
new-lines: enable
octal-values: disable
quoted-strings: disable
trailing-spaces: enable
truthy:
level: warning
# deviation from default
check-keys: false
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ License

Status

[![CodeQL](https://github.com/TheRealArthurDent/esp8266-wifi-participant/actions/workflows/codeql.yaml/badge.svg)](https://github.com/TheRealArthurDent/esp8266-wifi-participant/actions/workflows/codeql.yaml)
[![PlatformIO Code Check](https://github.com/TheRealArthurDent/esp8266-wifi-participant/actions/workflows/platformio-check.yaml/badge.svg)](https://github.com/TheRealArthurDent/esp8266-wifi-participant/actions/workflows/platformio-check.yaml)
[![PlatformIO CI](https://github.com/TheRealArthurDent/esp8266-wifi-participant/actions/workflows/platformio-ci.yaml/badge.svg)](https://github.com/TheRealArthurDent/esp8266-wifi-participant/actions/workflows/platformio-ci.yaml)
[![CPP Lint status](https://github.com/TheRealArthurDent/esp8266-wifi-participant/actions/workflows/cpp-lint.yaml/badge.svg)](https://github.com/TheRealArthurDent/esp8266-wifi-participant/actions/workflows/cpp-lint.yaml)
[![Spell Check status](https://github.com/TheRealArthurDent/esp8266-wifi-participant/actions/workflows/spell-check.yaml/badge.svg)](https://github.com/TheRealArthurDent/esp8266-wifi-participant/actions/workflows/spell-check.yaml)
[![Markdown Lint](https://github.com/TheRealArthurDent/esp8266-wifi-participant/actions/workflows/markdown-lint.yaml/badge.svg)](https://github.com/TheRealArthurDent/esp8266-wifi-participant/actions/workflows/markdown-lint.yaml)
[![Review dog](https://github.com/TheRealArthurDent/esp8266-wifi-participant/actions/workflows/reviewdog.yaml/badge.svg)](https://github.com/TheRealArthurDent/esp8266-wifi-participant/actions/workflows/reviewdog.yaml)

## Compatibility with Arduino IDE

Expand Down

0 comments on commit 03a5b8c

Please sign in to comment.