Skip to content

chore(deps-dev): bump eslint-config-imperium from 4.1.1 to 4.1.4 in /web #542

chore(deps-dev): bump eslint-config-imperium from 4.1.1 to 4.1.4 in /web

chore(deps-dev): bump eslint-config-imperium from 4.1.1 to 4.1.4 in /web #542

Workflow file for this run

name: Lint API
on:
push:
branches: [main, dev]
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
permissions:
contents: read
jobs:
tsc:
uses: finki-hub/.github/.github/workflows/tsc.yaml@main
with:
working-directory: api
secrets: inherit
eslint:
uses: finki-hub/.github/.github/workflows/eslint.yaml@main
with:
working-directory: api
secrets: inherit