Skip to content

Bump @typescript-eslint/eslint-plugin from 8.17.0 to 8.18.0 #40

Bump @typescript-eslint/eslint-plugin from 8.17.0 to 8.18.0

Bump @typescript-eslint/eslint-plugin from 8.17.0 to 8.18.0 #40

Workflow file for this run

name: Main
on:
push:
branches:
- main
tags:
- v*
pull_request:
branches:
- main
jobs:
lint:
uses: ./.github/workflows/lint.yml
tests:
uses: ./.github/workflows/tests.yml
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
build:
uses: ./.github/workflows/build.yml
npm-publish:
if: github.ref_type == 'tag'
needs:
- tests
- lint
- build
uses: ./.github/workflows/publish.yml
secrets:
token: ${{ secrets.NPM_TOKEN }}