Skip to content

Commit

Permalink
Merge pull request #74 from AElfProject/feature/git-action
Browse files Browse the repository at this point in the history
feat: lint
  • Loading branch information
hzz780 authored Jul 23, 2024
2 parents 70fe8f6 + 3f418e9 commit 6fdeaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: install
run: yarn install
- name: lint
run: npm lint
run: yarn run lint
# Publish to npm if this version is not published
- name: publish
run: |
Expand Down

0 comments on commit 6fdeaa0

Please sign in to comment.