From ac829855cb7b9108d9eb3678efe8159b9dd444c2 Mon Sep 17 00:00:00 2001 From: Alexander Chuprov Date: Fri, 24 Nov 2023 17:19:05 +0300 Subject: [PATCH] Research Forgejo Runner --- .forgejo/workflows/tests.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.forgejo/workflows/tests.yml b/.forgejo/workflows/tests.yml index f66a2c401..15a0c360c 100644 --- a/.forgejo/workflows/tests.yml +++ b/.forgejo/workflows/tests.yml @@ -2,23 +2,6 @@ name: Tests and linters on: [pull_request] jobs: - lint: - name: Lint - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - name: Set up Go - uses: actions/setup-go@v3 - with: - go-version: '1.21' - cache: true - - - name: Install linters - run: make lint-install - - - name: Run linters - run: make lint tests: name: Tests