Skip to content

Commit

Permalink
Use blue colour in action branding
Browse files Browse the repository at this point in the history
  • Loading branch information
suve committed Oct 22, 2021
1 parent 07090cd commit 4231531
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ When omitted, the Action behaves as follows:
### verbosity

The `verbosity` input can be used to control the desired verbosity level.
The value can be any combination of the following letters:
The value can be any combination of the following (case-insensitive) letters:
- `e` for errors
- `w` for warnings
- `n` for notes
- `h` for hints

Note that these are "precise", i.e. a value of `n` will result in just the notes being printed,
Note that these are exclusive, i.e. a value of `n` will result in just the notes being printed,
without errors or warnings. You need `ewn` (or `new`, the order doesn't matter) if you want all three.

Implementation-wise, the flags passed to the Free Pascal compiler are `-v0 -vibXXX`,
Expand Down
3 changes: 3 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'Free Pascal Compiler'
description: 'Compile Pascal code using FPC'
author: 'suve'
branding:
icon: 'play'
color: 'blue'
inputs:
fail-on:
description: 'Strictness level'
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "GHActions-FPC",
"description": "GitHub action for running the Free Pascal Compiler",
"version": "0.3.0",
"version": "0.4.0",
"license": "Zlib",
"author": "suve",
"repository": "https://github.com/suve/GHActions-FPC",
Expand Down

0 comments on commit 4231531

Please sign in to comment.