Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
aussedatlo committed Nov 2, 2023
1 parent 780817f commit baa5e31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Lint CI

on:
push:
branches:
- '*'
on: push

jobs:
build:
Expand All @@ -29,5 +26,5 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Prettier
- name: Run prettier
run: pnpm prettier
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Test CI

on:
push:
branches:
- '*'
on: push

jobs:
build:
Expand All @@ -29,5 +26,5 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Tests
- name: Run tests
run: pnpm test

0 comments on commit baa5e31

Please sign in to comment.