Skip to content

[#41] Feat install axios and set up pokémon api integration #26

[#41] Feat install axios and set up pokémon api integration

[#41] Feat install axios and set up pokémon api integration #26

Workflow file for this run

name: Stylelint CI
on:
pull_request:
jobs:
stylelint:
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 stylelint
run: npm run lint:style