Skip to content

Commit

Permalink
chore: rename job and remove test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Nov 14, 2023
1 parent 29e146e commit 750007f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ name: Lint
on: [push, pull_request]

jobs:
check:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Test node version
run: node -v

- name: Install pnpm
run: corepack enable

Expand Down

0 comments on commit 750007f

Please sign in to comment.