Skip to content

Bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.18.2 #33

Bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.18.2

Bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.18.2 #33

# https://help.github.com/en/articles/workflow-syntax-for-github-actions
name: macOS
on:
- push
jobs:
verify:
name: Verify
strategy:
fail-fast: false
matrix:
os:
- macos-12
uses: "./.github/workflows/reusable-verify.yml"
with:
os: ${{ matrix.os }}
secrets: inherit