Skip to content

Commit

Permalink
GitHub action goto-bus-stop/standard-action is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jon48 committed Aug 5, 2023
1 parent 44a883a commit 96fb658
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/js-codestyle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- uses: actions/setup-node@v3

- run: npm install semistandard

- uses: goto-bus-stop/standard-action@v1
with:
linter: semistandard
- name: Run semistandard
run: npx semistandard

0 comments on commit 96fb658

Please sign in to comment.