Skip to content

Bump eslint-config-next from 14.1.0 to 14.2.4 #10

Bump eslint-config-next from 14.1.0 to 14.2.4

Bump eslint-config-next from 14.1.0 to 14.2.4 #10

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@2803d853273ba2f7a78a723c65128f6842bb8ffa'. 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