diff options
author | Valery Piashchynski <[email protected]> | 2021-06-22 09:54:53 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-06-22 09:54:53 +0300 |
commit | 260d69c21fba6d763d05dc5693689ddf7ce7bfe2 (patch) | |
tree | 0d0b8bb5704a60cbf2d805322dc200e5b1a113be /.github/workflows/linters.yml | |
parent | 41bb9fa5938125217a075c60f1e39dc3a9a27537 (diff) |
- Temporary turn off CI
- Remove old PHP tests
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/workflows/linters.yml')
-rw-r--r-- | .github/workflows/linters.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml deleted file mode 100644 index cee7085c..00000000 --- a/.github/workflows/linters.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Linters - -on: [push, pull_request] - -jobs: - golangci-lint: - name: Golang-CI (lint) - runs-on: ubuntu-20.04 - steps: - - name: Check out code - uses: actions/checkout@v2 - - - name: Run linter - uses: golangci/golangci-lint-action@v2 # Action page: <https://github.com/golangci/golangci-lint-action> - with: - version: v1.40 # without patch version - only-new-issues: false # show only new issues if it's a pull request - args: --timeout=10m |