Skip to content

chore(deps-dev): bump eslint from 9.17.0 to 9.18.0 #999

chore(deps-dev): bump eslint from 9.17.0 to 9.18.0

chore(deps-dev): bump eslint from 9.17.0 to 9.18.0 #999

Workflow file for this run

name: CI Pull Request
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
pull_request:
branches: [main, next, develop]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
ci:
name: CI
uses: ./.github/workflows/ci.yml
with:
environment: ${{ github.event.pull_request.base.ref == 'main' && 'local-prod' || 'local-dev' }}