Skip to content

Commit

Permalink
chore: skip lint checking for now
Browse files Browse the repository at this point in the history
  • Loading branch information
brent-hoover committed Jun 16, 2024
1 parent 30f08f3 commit 6e1f3e1
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,8 @@ on:
- develop

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Install Bun
run: curl -fsSL https://bun.sh/install | bash
shell: bash

- name: Set up Bun
run: echo "export PATH=/home/runner/.bun/bin:$PATH" >> $GITHUB_ENV

- name: Install dependencies
run: bun install

- name: Run linter
run: bun run lint

test:
runs-on: ubuntu-latest
needs: lint
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 6e1f3e1

Please sign in to comment.