gh actions workflow for linting
Some checks are pending
Lint / Lint (push) Waiting to run

This commit is contained in:
laura 2025-11-08 18:42:50 -03:00
parent 3ec65b9a0f
commit 2a05345589
Signed by: w
GPG key ID: BCD2117C99E69817
2 changed files with 26 additions and 4 deletions

22
.github/workflows/lint.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: Lint
on:
push:
branches: main
pull_request:
branches: main
jobs:
deploy:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Install Deno
uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Build step
run: "deno lint"

View file

@ -7,13 +7,13 @@ applications
- [x] type-safe routing
- [x] html streaming support
- [x] jsx runtime
- [x] isolated deferred rendering through iframes
- [x] precompiled jsx runtime
- [x] safely defer html streams
- [x] server-sided token-based sessions
- [x] deferred rendering through iframes
- [x] tokenized routing-based isolation layer
- [ ] global styles w/ iframe passthrough
- [ ] iframe route lifecycle management
- [ ] proper iframe state management
- [ ] proper state management
- [ ] intutive high-level apis
- [ ] scoped css-in-js library
- [ ] interactives structures and dynamic data visibility toggling via modern