Skip to content

Build(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.17.0 #43

Build(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.17.0

Build(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.17.0 #43

Workflow file for this run

name: ⚙️ CI
on:
pull_request:
push:
branches:
- main
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
call-build-lint:
name: ⚒️ Build - 🧹 Lint
uses: ./.github/workflows/_build-lint.yaml
call-tests:
name: 📝 Tests
uses: ./.github/workflows/_tests.yaml
permissions:
contents: read
actions: read
checks: write
call-docs:
name: 📙 Documentation
uses: ./.github/workflows/_docs.yaml