Commit 15630b3
committed
chore (workflows): Don't use redundant action
This action has multiple flaws:
* It is redundant, since we execute `make lint` in
`.github/workflows/ci.yml`.
* It ignores `make lint`: If we want to remove our build artefacts from
the repository, then we can't run `golangci-lint` without first creating
the artefacts.
* It contains redundant logic.
Signed-off-by: Solomon Jacobs <solomonjacobs@protonmail.com>1 parent 07e5b92 commit 15630b3
1 file changed
Lines changed: 0 additions & 44 deletions
This file was deleted.
0 commit comments