Skip to content

feat(build): switch from rollup to tsup #802

feat(build): switch from rollup to tsup

feat(build): switch from rollup to tsup #802

Workflow file for this run

name: Code Scanning
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '30 1 * * 0'
jobs:
codeql-analysis:
name: CodeQL Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: Initialize CodeQL
uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2
- name: Auto Build
uses: github/codeql-action/autobuild@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2