update action description

This commit is contained in:
Miguel Savignano 2019-11-02 23:31:01 +01:00
parent 6ae146e422
commit 17563c3632
6 changed files with 7 additions and 10 deletions

View File

@ -3,3 +3,5 @@ Gemfile
Gemfile.lock Gemfile.lock
LICENSE LICENSE
README.md README.md
screenshots
.github

View File

@ -1,7 +1,5 @@
FROM ruby:2.6.5-alpine FROM ruby:2.6.5-alpine
RUN gem install brakeman
COPY lib /action/lib COPY lib /action/lib
CMD ["ruby", "/action/lib/index.rb"] CMD ["ruby", "/action/lib/index.rb"]

View File

@ -3,7 +3,6 @@
source 'https://rubygems.org' source 'https://rubygems.org'
group :development do group :development do
gem 'brakeman'
gem 'rubocop' gem 'rubocop'
end end

View File

@ -4,7 +4,6 @@ GEM
addressable (2.7.0) addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
ast (2.4.0) ast (2.4.0)
brakeman (4.7.1)
coderay (1.1.2) coderay (1.1.2)
crack (0.4.3) crack (0.4.3)
safe_yaml (~> 1.0.0) safe_yaml (~> 1.0.0)
@ -52,7 +51,6 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
brakeman
pry pry
rspec rspec
rubocop rubocop

View File

@ -1,6 +1,6 @@
## Brakeman github action ## Coverage check
Check your coverage percentage. Check your coverage minimum coverage percentage.
### Usage ### Usage

View File

@ -1,9 +1,9 @@
name: "Brakeman linter" name: "Coverage check"
description: "A GitHub Action that lints your Ruby code with Brakeman!" description: "A GitHub Action that check minimum coverage percentage!"
author: Miguel Savignano author: Miguel Savignano
branding: branding:
icon: "check-square" icon: "check-square"
color: "red" color: "green"
inputs: inputs:
type: type:
description: "simplecov | jest" description: "simplecov | jest"