Skip to content

Bump stylelint from 16.2.1 to 16.4.0 in /docs #42

Bump stylelint from 16.2.1 to 16.4.0 in /docs

Bump stylelint from 16.2.1 to 16.4.0 in /docs #42

Workflow file for this run

on: [push, pull_request]
jobs:
make:
runs-on: ubuntu-20.04
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Check code and build
run: |
cd docs/ && make clean check all && cd ..