[#45] - Pokemon image component #25
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |