Skip to content

Bump eslint from 9.16.0 to 9.17.0 in /frontend #14

Bump eslint from 9.16.0 to 9.17.0 in /frontend

Bump eslint from 9.16.0 to 9.17.0 in /frontend #14

Workflow file for this run

name: "CI Pipeline"
on:
push:
branches: [main]
paths-ignore:
- "**/*.md"
pull_request:
branches: [main]
# Allow to run this workflow manually
workflow_dispatch:
jobs:
##############################################
# jobs dispatched to separate workflow files #
##############################################
frontend-jobs:
uses: ./.github/workflows/frontend-jobs.yml
secrets: inherit