Skip to content

feat: new migrations system (#876) #40

feat: new migrations system (#876)

feat: new migrations system (#876) #40

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@31767f75e6dbe4005e4007d81603975da08d6840'. 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
call-gorelease:
needs: [call-lint, call-test]
uses: ./.github/workflows/_gorelease.yml
call-buildx:
needs: call-gorelease
uses: ./.github/workflows/_buildx.yml