Skip to content

fix: update linter to node.js 18 #71

fix: update linter to node.js 18

fix: update linter to node.js 18 #71

Workflow file for this run

name: Lint Awesome List
on: [pull_request, push]
jobs:
awesome-lint:
name: "lint: awesome-lint"
runs-on: ubuntu-latest
steps:
- name: "checkout repo"
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: "18.x"
- run: |
npm install --global awesome-lint@latest
awesome-lint