Skip to content

Bump actions/checkout from 4 to 5 #143

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #143

Workflow file for this run

name: StyleLint 🪄
on:
push:
pull_request:
jobs:
eslint:
name: "StyleLint 🎨‌"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install modules
run: npm install
- name: Run StyleLint
run: npm run stylelint-fix