Skip to content

[#44] - Create PokemonOptions component #30

[#44] - Create PokemonOptions component

[#44] - Create PokemonOptions component #30

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