Skip to content

Commit

Permalink
chore: add more ci steps: install, lint check, build
Browse files Browse the repository at this point in the history
  • Loading branch information
kartojal committed Dec 6, 2023
1 parent a598052 commit 1d47039
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup Biome CLI
uses: biomejs/setup-biome@v1
- name: Run linter
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: biomejs/setup-biome@v1
- name: Install dependencies
run: bun install
- name: Lint check
run: biome ci .
- name: Build
run: bun run build

0 comments on commit 1d47039

Please sign in to comment.