This commit is contained in:
Joseph R. Quinn 2026-01-03 18:48:39 +00:00 committed by GitHub
commit 14c7290c75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 39 additions and 0 deletions

38
.github/workflows/codeql.yml vendored Normal file
View File

@ -0,0 +1,38 @@
name: "CodeQL"
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
schedule:
- cron: '0 0 * * 1'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['javascript-typescript']
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

View File

@ -100,6 +100,7 @@
- 📚 [STDF](https://stdf.design) - Mobile web component library based on Svelte and Tailwind CSS.
- 📚 [Preline UI](https://preline.co) - Open-source Tailwind CSS components library for any needs.
- 📚 [Date picker](https://github.com/themesberg/tailwind-datepicker) - Adds a datepicker component built with Tailwind CSS and vanilla JavaScript.
- 📚 [ngx-tailwindcss](https://github.com/pegasusheavy/ngx-tailwindcss) - Customizable Angular component library for Tailwind CSS 4+.
- 📁 [Built at lightspeed](https://www.builtatlightspeed.com/) - Massive directory of 500+ Tailwind templates, starters and UI kits.
- 📁 [Admin One Vue 3](https://github.com/justboil/admin-one-vue-tailwind) - Free Vue.js 3 Tailwind CSS admin template with Vite & Vue CLI support.
- 📁 [Admin One React](https://github.com/justboil/admin-one-react-tailwind) - Free React.js Tailwind CSS admin template with Next.js & TypeScript.