Make flake8 task happy on Gitea. #137

Closed
telackey wants to merge 5 commits from telackey/f8lint into telackey/cmd
Showing only changes of commit 4bf225726e - Show all commits

View File

@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
env:
GO111MODULE: on
# To amke upload-sarif happy
GITHUB_RUN_ATTEMPT: 1
steps:
- name: Checkout Source
uses: actions/checkout@v3