Skip to content

fix: not checking for nil-pointer errors on migrations (#906) #45

fix: not checking for nil-pointer errors on migrations (#906)

fix: not checking for nil-pointer errors on migrations (#906) #45

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@a6e55705da679c0897437496179554096ebac345'. 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