ci: detect changes and use actions/stapler-deploy
Lint / TypeScript (push) Successful in 6m59s
Lint / Oxlint (push) Successful in 7m0s
Lint / ESLint (push) Successful in 8m3s
Deploy / Build (push) Successful in 8m53s
Deploy / Deploy to Stapler (push) Successful in 6m58s

This commit is contained in:
2026-05-02 23:23:30 +02:00
parent 5b1d9692be
commit d038a272d3
2 changed files with 28 additions and 10 deletions
+12 -1
View File
@@ -4,7 +4,18 @@ concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: true
on: [push, workflow_dispatch]
on:
workflow_dispatch:
push:
paths:
- '.github/workflows/lint.yml'
- 'package.json'
- 'bun.lock'
- 'src/**'
- '.oxlintrc.json'
- 'eslint.config.ts'
- 'tsconfig.*'
- 'env.d.ts'
jobs:
lint-eslint: