Skip to content

Fixed path of website-icon #179

Fixed path of website-icon

Fixed path of website-icon #179

Workflow file for this run

name: Lint
on: pull_request
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install Node.js dependencies
run: npm install
- name: Run linters
run: npx eslint . --config config/eslint.config.js