Skip to content

fix: ensure tmp folder is present on docker container (#910) #46

fix: ensure tmp folder is present on docker container (#910)

fix: ensure tmp folder is present on docker container (#910) #46

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@4de4799ef8c9dbb91d6daf06a85fe7ea40a5cf86'. 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