ci: detect changes and use actions/stapler-deploy
Lint / Oxlint (push) Successful in 6m6s
Lint / TypeScript (push) Successful in 6m23s
Lint / ESLint (push) Successful in 6m24s
Deploy / Build (push) Successful in 7m24s
Deploy / Deploy to Stapler (push) Successful in 7m10s

This commit is contained in:
2026-05-02 23:24:02 +02:00
parent d10bf17aca
commit 397830182a
2 changed files with 27 additions and 9 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: