Skip to content

add: uptime-kuma and workflow files #1

add: uptime-kuma and workflow files

add: uptime-kuma and workflow files #1

name: Lint Code Base
on:
pull_request:
branches: [main]
paths-ignore:
- '**.sh*'
- '**.ts*'
- Dockerfile
- package.json
- pnpm-lock.yaml
- .github/workflows/ci-lint-codebase.yml
jobs:
linter:
runs-on: ubuntu-latest
steps:
- run: echo "Job not required"