Skip to content

Commit

Permalink
feat: 👷 updating workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
aacevski committed Jan 3, 2025
1 parent 382d6c5 commit f13d4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
name: Build and Test
name: Lint
timeout-minutes: 15
runs-on: ubuntu-latest

Expand All @@ -31,5 +31,5 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build
- name: Lint project with Biome
run: pnpm format-and-lint

0 comments on commit f13d4ef

Please sign in to comment.