Skip to content

fix: temporary files not being correctly deleted (#969) #59

fix: temporary files not being correctly deleted (#969)

fix: temporary files not being correctly deleted (#969) #59

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@2bcb890a6480ae93b7d06c1a9ebf5ce011ec44f5'. 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