Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

chore(deps-dev): bump eslint from 9.18.0 to 9.21.0 (#350) #198

chore(deps-dev): bump eslint from 9.18.0 to 9.21.0 (#350)

chore(deps-dev): bump eslint from 9.18.0 to 9.21.0 (#350) #198

Workflow file for this run

name: On Merge to main
on:
push:
branches:
- main
permissions: write-all
jobs:
security:
name: Security Checks
uses: ./.github/workflows/_security-checks.yml
static-checks:
name: Static Checks
uses: ./.github/workflows/_static-checks.yml
secrets: inherit
unit-tests:
name: Unit Tests
uses: ./.github/workflows/_unit-tests.yml
secrets: inherit
release-please:
name: Release Please
uses: ./.github/workflows/_release-please.yml
secrets:
GH_PAT_RELEASE_PLEASE: ${{ secrets.GH_PAT_RELEASE_PLEASE }}