fix: update check out repository step

This commit is contained in:
Stevan Freeborn
2023-02-20 09:57:13 -06:00
parent f4934e4959
commit 7135d558bc
+1 -4
View File
@@ -10,15 +10,12 @@ jobs:
node-version: [14.x, 16.x, 18.x]
steps:
- name: Check out repository
- uses: actions/checkout@v3
uses: actions/checkout@v3
- name: Setup node ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Run lint-fix
run: npm run lint-fix