Skip to content

deps: bump typescript-eslint from 8.17.0 to 8.24.1 #270

deps: bump typescript-eslint from 8.17.0 to 8.24.1

deps: bump typescript-eslint from 8.17.0 to 8.24.1 #270

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
test-and-build:
name: Test and Build
uses: imccausl/eslint-config/.github/workflows/test-and-build.yml@main
publish:
name: Publish
if: |
github.event_name == 'push' &&
github.ref_name == github.event.repository.default_branch
needs: test-and-build
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
uses: imccausl/eslint-config/.github/workflows/publish.yml@main
secrets: inherit