Skip to content

[#45] - Pokemon image component #25

[#45] - Pokemon image component

[#45] - Pokemon image component #25

Workflow file for this run

name: Linting CI
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- name: Use Node.js 20.11
uses: actions/[email protected]
with:
node-version: 20.11
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run Linter
run: npm run lint