From 689963fe5ee21b3e4fe90dd4c5949fe1afc1aebc Mon Sep 17 00:00:00 2001 From: tiff Date: Tue, 6 May 2025 12:57:37 -0400 Subject: [PATCH] Update something --- .github/renovate.json | 3 --- .github/workflows/autofix.yml | 32 -------------------------------- .github/workflows/build.yml | 33 --------------------------------- 3 files changed, 68 deletions(-) delete mode 100644 .github/renovate.json delete mode 100644 .github/workflows/autofix.yml delete mode 100644 .github/workflows/build.yml diff --git a/.github/renovate.json b/.github/renovate.json deleted file mode 100644 index 36c3c85..0000000 --- a/.github/renovate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": ["github>area44/renovate-config"] -} diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml deleted file mode 100644 index f7be676..0000000 --- a/.github/workflows/autofix.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: autofix.ci - -on: - pull_request: - push: - branches: ['main'] -permissions: - contents: read - -jobs: - autofix: - runs-on: ubuntu-latest - steps: - - name: Checkout your repository using git - uses: actions/checkout@v4 - - - name: Install PNPM - uses: pnpm/action-setup@v4 - - - name: Install dependencies - run: pnpm install --no-frozen-lockfile - - - name: Setup Biome CLI - uses: biomejs/setup-biome@v2 - with: - version: latest - - - name: Run Biome - run: biome format --write . - - - name: Run autofix.ci - uses: autofix-ci/action@v1.3 \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 835a6d1..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,33 +0,0 @@ -# To get started with Astro see: https://docs.astro.build/en/getting-started -name: Deploy Astro site to Pages - -on: - pull_request: - branches: ['main'] - - workflow_dispatch: - -permissions: - contents: read - pages: write - id-token: write - -concurrency: - group: 'pages' - cancel-in-progress: false - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout your repository using git - uses: actions/checkout@v4 - - - name: Install PNPM - uses: pnpm/action-setup@v4 - - - name: Install dependencies - run: pnpm install - - - name: Build with Astro - run: pnpm build \ No newline at end of file