Skip to content

Commit

Permalink
Added lint in same file ad renamed toe file as Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SansCaar committed Jul 4, 2024
1 parent 51d4b4f commit 1304724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 35 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/lint.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/build.yaml → .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Tests

on:
push:
Expand Down Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Install dependencies
run: pnpm install

# - name: Lint code
# run: pnpm run lint
- name: Lint code
run: pnpm run lint

- name: Build project
- name: Test Build
run: pnpm run build

0 comments on commit 1304724

Please sign in to comment.