Skip to content

chore(deps-dev): bump eslint-plugin-typescript-sort-keys from 3.2.0 to 3.3.0 #101

chore(deps-dev): bump eslint-plugin-typescript-sort-keys from 3.2.0 to 3.3.0

chore(deps-dev): bump eslint-plugin-typescript-sort-keys from 3.2.0 to 3.3.0 #101

Workflow file for this run

name: Pull on Main
env:
context: './'
cache-name: cache-release
node-version: 20.x
on:
pull_request:
branches:
- main
jobs:
build:
uses: micro-lc/post-channel/.github/workflows/build.yml@main
checks:
needs:
- build
uses: micro-lc/post-channel/.github/workflows/checks.yml@main
unit-tests:
needs:
- build
uses: micro-lc/post-channel/.github/workflows/unit-tests.yml@main
e2e-tests:
needs:
- build
uses: micro-lc/post-channel/.github/workflows/e2e-tests.yml@main