Skip to content

Commit

Permalink
chore: removed quaility for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Aug 3, 2024
1 parent cba8e04 commit 0742fd0
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,49 +17,8 @@ env:
IMAGE_NAME: ${{ github.repository }}

jobs:
quality:
name: Quality
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome ci . --reporter=github

- uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: Install Deps
run: bun install

- name: Check Qual
run: bunx stylelint 'src/styles/**/*.css' && bunx astro check

# testing:
# name: Testing
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v4
# - uses: oven-sh/setup-bun@v1
# with:
# bun-version: latest

# - name: Install Deps
# run: bun install

# - name: Install Browsers Required for tests.
# run: bunx playwright install

# - name: Run Testing
# run: bun test

build:
name: Building
needs: [quality]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0742fd0

Please sign in to comment.