Skip to content

Commit

Permalink
feat: Updated .github/workflows/lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 10, 2024
1 parent 1e9f631 commit 0b2ca81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint Code
name: Lint Code from Test

on:
push:
Expand All @@ -12,6 +12,8 @@ jobs:
lint:
runs-on: ubuntu-latest

steps:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
Expand Down

0 comments on commit 0b2ca81

Please sign in to comment.