Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
grikomsn committed Jul 31, 2023
1 parent 452d3b8 commit 832f1ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 28 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/dependencies.yml

This file was deleted.

11 changes: 6 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: lint check

on:
push:
Expand All @@ -15,10 +15,11 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
version: 8
- uses: actions/setup-node@v3
with:
cache: "pnpm"
cache: pnpm
node-version-file: ".nvmrc"
- run: pnpm install
- run: pnpm lint
- run: |
pnpm install
pnpm lint

0 comments on commit 832f1ed

Please sign in to comment.