Skip to content

Commit

Permalink
Fix the workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Dec 3, 2023
1 parent 572de6d commit 3939722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 3939722

Please sign in to comment.