oops
All checks were successful
CI / Lint (push) Successful in 48s
CI / Lint (pull_request) Successful in 1m12s
CI / Test (push) Successful in 5m27s
CI / Test (pull_request) Successful in 5m9s
CI / Build (push) Successful in 6m3s
CI / Build (pull_request) Successful in 5m12s

This commit is contained in:
2024-03-10 16:36:44 -05:00
parent 57d8c1b330
commit 89dedb9870

View File

@@ -7,6 +7,13 @@ on:
jobs:
lint:
name: Lint
permissions:
# Required: allow read access to the content for analysis.
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: read
# Optional: Allow write access to checks to allow the action to annotate code in the PR.
checks: write
env:
RUNNER_TOOL_CACHE: /toolcache
runs-on: ubuntu-latest
@@ -108,7 +115,7 @@ jobs:
GOARCH: amd64
EXE: .exe
CGO_ENABLED: 1
CC: x86_64-w64-mingw64-gcc
CC: x86_64-w64-mingw32-gcc
- name: Upload artifact
uses: actions/upload-artifact@v3