diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index c4b8236..d96555a 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -6,11 +6,11 @@ jobs: lint: runs-on: ubuntu-latest steps: - # - name: Setup Bun - # uses: oven-sh/setup-bun@v1 + - name: Setup Bun + uses: oven-sh/setup-bun@v1 - name: Clone repo uses: actions/checkout@v4 - # - name: Install dependencies - # run: bun install --frozen-lockfile - # - name: Build - # run: bun run build + - name: Install dependencies + run: bun install --frozen-lockfile + - name: Build + run: bun run build