Skip to content

Bump simple-icons from 16.22.0 to 16.23.0 in /web #514

Bump simple-icons from 16.22.0 to 16.23.0 in /web

Bump simple-icons from 16.22.0 to 16.23.0 in /web #514

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