diff options
author | Casey Lee <cplee@nektos.com> | 2019-01-17 09:45:37 +0100 |
---|---|---|
committer | Casey Lee <cplee@nektos.com> | 2019-01-17 23:53:35 +0100 |
commit | 8793c8a6a49a9fd76a5e901d6bb4e2c2b72727a4 (patch) | |
tree | f148d05f90db140e596ad6bb7a850aec9af90e06 /.golangci.yml | |
parent | refactor actions to improve testability (diff) | |
download | forgejo-act-8793c8a6a49a9fd76a5e901d6bb4e2c2b72727a4.tar.xz forgejo-act-8793c8a6a49a9fd76a5e901d6bb4e2c2b72727a4.zip |
add support for 'reuse' mode to allow act to be used for a fast local task runner
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml index 085539b..8b00dd9 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -15,7 +15,6 @@ linters: - gosec - unconvert - dupl - - maligned - nakedret - prealloc - scopelint |