Skip to content

Commit

Permalink
Add name to checkout step in lint.yml for consistency across all actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lyzlisa committed Nov 23, 2023
1 parent 6d4cd9e commit bd7d3cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
Expand Down

0 comments on commit bd7d3cb

Please sign in to comment.