Skip to content

feat: new system info panel in webui settings (#926) #53

feat: new system info panel in webui settings (#926)

feat: new system info panel in webui settings (#926) #53

Workflow file for this run

name: 'Push'
on:
push:
branches: master
tags: v*
concurrency:
group: ci-tests-${{ github.ref }}-1
cancel-in-progress: true
jobs:
call-lint:

Check failure on line 13 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / Push

Invalid workflow file

The workflow is not valid. .github/workflows/push.yml (Line: 13, Col: 3): Error calling workflow 'Monirzadeh/shiori/.github/workflows/_golangci-lint.yml@72aecd2b60ef38a7a707747730f8e9586c1a5d42'. The workflow is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'.
uses: ./.github/workflows/_golangci-lint.yml
call-test:
uses: ./.github/workflows/_test.yml
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN}}
call-gorelease:
needs: [call-lint, call-test]
uses: ./.github/workflows/_gorelease.yml
call-buildx:
needs: call-gorelease
uses: ./.github/workflows/_buildx.yml