Skip to content

Webの更新

Webの更新 #388

Workflow file for this run

name: Unit test
on:
pull_request:
branches:
- dev
concurrency:
group: unit_test
cancel-in-progress: true
jobs:
linux:
uses: ./.github/workflows/build_linux.yml
secrets: inherit
with:
upload: false
VERSION_NO: "0.0.1"
unit_test: true
windows:
uses: ./.github/workflows/build_win.yml
secrets: inherit
with:
upload: false
VERSION_NO: "0.0.1"
unit_test: true
mac:
uses: ./.github/workflows/build_mac.yml
secrets: inherit
with:
upload: false
VERSION_NO: "0.0.1"
unit_test: true
web:

Check failure on line 34 in .github/workflows/dev.yml

View workflow run for this annotation

GitHub Actions / Unit test

Invalid workflow file

The workflow is not valid. .github/workflows/dev.yml (Line: 34, Col: 3): Error calling workflow 'ioriayane/Hagoromo/.github/workflows/hugo.yml@dfe614a0ea3e1bcd5df2fc6fb6abad9ceec9bc36'. The workflow is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'.
uses: ./.github/workflows/hugo.yml
secrets: inherit
with:
upload: false
result:
runs-on: ubuntu-22.04
needs: [linux, windows, mac, web]
steps:
- name: Information
run: echo "Finish"