Minimal set of working Gitea workflows. #138

Merged
telackey merged 20 commits from telackey/f8lint into main 2024-01-23 05:58:14 +00:00
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