-
## User Story or Problem Statement
As a developer, I need tests to be:
- easy to develop and validate
- not affect content that CMS end users will see
- use a modern browser environment
- tot…
-
**概要**
xmllintで失敗しているときに`-fail-on-error`オプションの影響なのか
```
reviewdog: input data has violations
```
でxmllintにエラーがあると原因を表示せずに変更を無視してしまう?
`fail-on-error`(https://github.com/reviewdog/reviewdog/…
-
I want to run Psalm in a Github Action and let it annotate the PR for issues that it finds.
This annotation I can do easily with [Reviewdog](https://github.com/reviewdog/reviewdog). That tool allow…
ruudk updated
3 years ago
-
Hello,
when configuring brakeman on Actions I get `sh: gemfile: unknown operand` with the following configuration:
```
security-lint:
name: Security lints
needs: code-lint
runs-on:…
-
-
## Describe the issue
In the default configuration, no annotations are created for "notes".
I guess it's because Github Actions don't understand what "note" is - https://github.com/actions/toolk…
-
- [x] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported.
- [x] Yes, I've searched similar issues on GitHub and didn't find any.
- [x] Yes, I've in…
-
It seems like the action does not support push action, Is there a workaround for this?
rubocop version: 0.81.0
action
```
name: RuboCop
on: [push, pull_request]
jobs:
rubocop:
nam…
-
## Context
In an effort to generate release notes we need a script that can pull the PR titles along with the PR label and generate the release notes.
## Objective
Generation of go-algorand release …
-
Hi, I was hoping to test out this action, but there seems to be an issue in `pyright_to_rdjson.py` regarding a KeyError. I'm guessing the output format from `pyright` has changed slightly?
I may fi…