- {post.title} -
- {#if post.content} -{post.content}
- {/if} -diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml deleted file mode 100644 index 52c98bcb..00000000 --- a/.github/workflows/client.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: Client CI - -on: - push: - branches: - - main - pull_request: - -concurrency: - group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' - cancel-in-progress: true - -jobs: - build: - name: Build - runs-on: ubuntu-latest - env: - workdir: ./client - - steps: - - name: Checkout Source - uses: actions/checkout@v3 - - - name: Setup Bun - uses: oven-sh/setup-bun@v1 - with: - bun-version: latest - - - name: Install Dependencies - working-directory: ${{ env.workdir }} - run: bun i - - - name: Build Check - working-directory: ${{ env.workdir }} - env: - NODE_ENV: production - UNSPLASH_ACCESS_KEY: testing - run: bun run build - - - name: Run Lint Check - working-directory: ${{ env.workdir }} - run: bun run lint diff --git a/README.md b/README.md index 942cd16f..5e82744a 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@