Skip to content

Commit

Permalink
[gh actions] base check goes with lint&test
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Nov 30, 2023
1 parent 34b2bdb commit 3702488
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/typescript-lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint check
name: Cargo lint and test

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
branches: [ main ]

jobs:
lint:
lint-and-test:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
Expand All @@ -30,3 +30,4 @@ jobs:

- run: pnpm install
- run: pnpm lint
- run: pnpm test:cargo

0 comments on commit 3702488

Please sign in to comment.