Skip to content

Bump react and @types/react #12

Bump react and @types/react

Bump react and @types/react #12

Workflow file for this run

name: ci-check
on:
pull_request:
branches:
- develop
- main
jobs:
ci-check:
runs-on: ubuntu-latest
# if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: 'pnpm'
- name: Install packages
run: pnpm install
- name: Lint Check
run: pnpm run lint
- name: Build Check
run: pnpm run build
deploy:

Check failure on line 30 in .github/workflows/ci-check.yml

View workflow run for this annotation

GitHub Actions / ci-check

Invalid workflow file

The workflow is not valid. .github/workflows/ci-check.yml (Line: 30, Col: 3): Error calling workflow 'Akatsuki1910/next-template/.github/workflows/deploy.yml@2f8afd0a854b6a1d817a0a6a2cea8f719b633af9'. The nested job 'deploy' is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'.
if: ${{ github.actor == 'dependabot[bot]' }}
needs: ci-check
uses: ./.github/workflows/deploy.yml