Skip to content

chore(deps): update dependency eslint-config-txo-typescript to ^4.0.68 #16

chore(deps): update dependency eslint-config-txo-typescript to ^4.0.68

chore(deps): update dependency eslint-config-txo-typescript to ^4.0.68 #16

Workflow file for this run

name: "Code"
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
code-quality:
name: "Code quality"
uses: technology-studio/github-workflows/.github/workflows/_code-quality.yml@main
secrets: inherit
type-check:
name: "Type check"
uses: technology-studio/github-workflows/.github/workflows/_type-check.yml@main
secrets: inherit