From cd9b02be0f5fc17b0f9b536021ed56ecaff8e3dc Mon Sep 17 00:00:00 2001 From: Chris Cowley Date: Mon, 30 Sep 2024 17:54:52 +0200 Subject: [PATCH] keep trying --- .forgejo/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 07ba1cc..0fc4b37 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -5,12 +5,12 @@ on: jobs: lint: + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: python-version: '3.x' - cache: 'pip' - name: Lint run: | pip install flake8